aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/listAssignment.3.qml
blob: 00c4c6b5430f2cf6618fffb96bae634a8fa49f25 (plain)
1
2
3
4
5
6
import Test 1.0
MyContainer {
    children: childBinding.expression
    children: childBinding2.expression
}