aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badAlias.qml
blob: 2dd7d1a7e0cbdd5c7b1c913fd5b53bb7fae76b49 (plain)
1
2
3
4
5
import QtQml 2.0

QtObject {
    property alias wrong: nowhere
}