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

TypeWithDefaultProperty {
    QtObject {}
    QtObject {}
}