Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / size_write.qml
1 import Test 1.0
2
3 MyTypeObject {
4     size.width: if (true) 13
5     size.height: if (true) 88
6 }
7