aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/bindingLoopLazyEager.qml
blob: 98fef4cbdaa173f2706c01ddeb3fcd8510826d16 (plain)
1
2
3
4
5
6
import test

BindingLoop {
    eager1: value+1
    value: eager1+1
}