aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/defaultProperty.qml
blob: 6284cca15cb021d1980fa1c09d3c7c934b15d576 (plain)
1
2
3
4
5
6
import QtQml 2.0

QtObject {
    default property QtObject child
    QtObject {}
}