aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/callJSValueProp.qml
blob: 57a828fec493d63c64dfbc1fb8cdf94c5014f1d8 (plain)
1
2
3
4
5
6
import QtQuick

Rectangle {
    // Note: gradient is not actually callable
    Component.onCompleted: gradient(42);
}