qtdeclarative/tests/auto/qml/qmllint/data/valueSource_listValue.qml

8 lines
164 B
QML

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