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

7 lines
79 B
QML

import QtQuick
Item {
Rectangle { id: rect }
width: rect.hoight * 2
}