aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/multiSet.7.qml
blob: 2a9c1d0de87879e5bed29988bdfea67c51ff1237 (plain)
1
2
3
4
5
6
7
import Test 1.0

MyContainer {
    children: [ MyContainer {}, MyContainer {} ]
    children: MyContainer {}
}