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

Item {
    property list<QtObject> objs: [ QtObject {} ]
    NumberAnimation on objs { // Note: poor example but it should error anyway
    }
}