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

QtObject {
    default property QtObject child
    QtObject {}
    QtObject {}
}