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

6 lines
65 B
QML

import QtQml 2.0
QtObject {
property alias wrong: nowhere
}