summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/binding/idproperty.txt
blob: 71e3c4e3c83b1401ecf2bccd7059301511f00ff3 (plain)
1
2
3
4
5
6
7
8
9
import Test 1.0

MyQmlObject {
    id: MyObject

    MyQmlObject {
        result: ###
    }
}