summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/customParserIdNotAllowed.qml
blob: 00cc0c46ebfdcda26b15a8dd7bea18e34bec4076 (plain)
1
2
3
4
5
import Qt 4.6
ListModel {
    ListElement { a: 10 }
    ListElement { id: foo; a: 12 }
}