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

Item {
    id: self
    property Item a: Item { id: a }
    Component.onCompleted: self.data = [ a ]
}