summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/duplicateIDs.qml
blob: 9605b5bc31a5042941a43907875f21595ce19fb2 (plain)
1
2
3
4
5
6
import Test 1.0
MyContainer {
    MyQmlObject { id: MyID }
    MyQmlObject { id: MyID }
}