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

QtObject {
    function f() { }
    function method() { return f }
}