aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/objectValueTypeProperty.qml
blob: 99247735ddb85469b332ed917b7d2d3468005bcd (plain)
1
2
3
4
5
6
import Test 1.0

MyTypeObject {
    rectProperty.x: MyTypeObject {}
}