aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/autoComponentCreation.qml
blob: 5d00144eafe0c651bdafc79108caa9005b7aa434 (plain)
1
2
3
4
import Test 1.0
MyTypeObject {
    componentProperty : MyTypeObject { realProperty: 9 }
}