Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / customParserIdNotAllowed.qml
1 import QtQuick 1.0
2 ListModel {
3     ListElement { a: 10 }
4     ListElement { id: foo; a: 12 }
5 }