summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlinfo/data/NestedObject.qml
blob: ac96d20948cc683279aa3dc29a2a4732bfa848a5 (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

Object {
    property var nested

    nested:  Object {}
}