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

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