aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/bindingLoopEagerOld.qml
blob: 88553ed4a78d7b5204a713c1f0c7da2a6308420c (plain)
1
2
3
4
5
6
import test

BindingLoop {
    eager1: oldprop+1
    oldprop: eager1+1
}