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

TypeWithDefaultListProperty {
    QtObject {}
    Rectangle {}
}