summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/customParserTypes.qml
blob: 4cf68272eda06671a0379bccc84824868805c373 (plain)
1
2
3
4
5
import QtQuick 1.0
ListModel {
    ListElement { a: 10 }
    ListElement { a: 12 }
}