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

BindingLoop {
    eager1: eager2+1
    eager2: eager1+1
}