Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / invalidGroupedProperty.8.qml
1 import Test 1.0
2
3 MyTypeObject {
4     pointProperty: "10x10"
5     pointProperty.x: 10
6 }