aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/incompleteQmltypes.qml
blob: ab06bbd8b03bd2660d5d05867d95a3e35077af93 (plain)
1
2
3
4
5
6
import Things 1.0

SomethingEntirelyStrange {
    id: self
    property var a: self.palette.weDontKnowIt
}