aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/ValueTypeListBase.qml
blob: e30990f884cd2f9860a2cc2582c3f698fd32964d (plain)
1
2
3
4
5
6
7
8
9
import QtQml
import ValueTypes

QtObject {
    property list<int> a
    property list<point> b
    property list<derived> x
    property list<base> baseList
}