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

Foo {
    a.a: 12
    b.a: 13
    fooProperty: [a, b]
}