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

QtObject {
    id: self
    property alias wrong: self.nowhere
}