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

SomethingEntirelyStrange {
    id: self
    property var a: palette
}