aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllistreference/data/consoleLogSyntheticList.qml
blob: 9d2fd3e0b21be309217cdd0a1cc6ee698c6dc042 (plain)
1
2
3
4
5
6
7
8
import QtQml

QtObject {
    id: self

    function createList() : list<QtObject> { return [self] }
    Component.onCompleted: console.log(createList())
}