Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / vector2d_write.qml
1 import Test 1.0
2
3 MyTypeObject {
4     vector2.x: if (true) -0.3
5     vector2.y: if (true) -12.9
6 }
7