summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/multiSet.10.qml
blob: bc21db98f8d406cbb7d6f54ef3b716c74fce4794 (plain)
1
2
3
4
5
6
import Test 1.0

MyTypeObject {
    property int a: 10
    a: 11
}