aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/returnTypeAnnotation_type.qml
blob: 78f02a8b67339051f8a82d89999257b930867628 (plain)
1
2
3
4
5
import QtQml

QtObject {
    function type() { return 1 + 1 }
}