qtdeclarative/tests/auto/qml/qmllint/data/badAliasProperty.qml

7 lines
83 B
QML

import QtQml 2.0
QtObject {
id: self
property alias wrong: self.nowhere
}