aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevaluetypes/data/rect_write.qml
blob: 8add45305c7e371a248365761cf973e575b5d50b (plain)
1
2
3
4
5
6
7
8
9
import Test 1.0

MyTypeObject {
    rect.x: if (true) 1234
    rect.y: if (true) 7
    rect.width: if (true) 56
    rect.height: if (true) 63
}