summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlparser/idProperty.txt
blob: 9c7d6fb8405f30f476de1b11fe76e35486ece263 (plain)
1
2
3
4
5
6
7
MyContainer {
    property var object : MyObjectId

    MyTypeObject {
        id: MyObjectId
    }
}