aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/doubleEvaluate.qml
blob: 053271543247b9d4bceac61111c5153789b2a84b (plain)
1
2
3
4
5
6
import Qt.test 1.0

WriteCounter {
    property int x: 0
    value: if (1) x + x
}