aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/varargs.qml
blob: a10bd23932183b2695fcee587d872860fd76ddc1 (plain)
1
2
3
4
5
6
7
import QtQml
import TestTypes

MyComponent {
    id: self
    Component.onCompleted: createObject({a : 12}, self, 1, 2, 3)
}