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

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