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

QtObject {
    property var foo: () => {}

    Component.onCompleted: foo()
}