qtdeclarative/tests/auto/qml/qmlcppcodegen/data/curlygrouped.qml

8 lines
91 B
QML

pragma Strict
import QtQuick
Item {
Item { id: foo }
anchors { left: foo.left }
}