aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/curlygrouped.qml
blob: 0f0e8c03f22202fa950ed5d8d268ba81c6cacc55 (plain)
1
2
3
4
5
6
7
pragma Strict
import QtQuick

Item {
    Item { id: foo }
    anchors { left: foo.left }
}