aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/memberNotFound.qml
blob: da2e35322729e7e514ea737777527cd192ab034c (plain)
1
2
3
4
5
6
7
import QtQml 2.0

QtObject {
    id: self
    property string n: self.objectName
    property string not: self.foo
}