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