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

8 lines
83 B
QML

import QtQuick 2.12
Item {
Unknown {
property int x: parent.x
}
}