aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/typeAnnotations.2.qml
blob: 655fe4c226aee0911e3e7e3fd772ab57d7b4a18a (plain)
1
2
3
4
5
6
7
8
import QtQml 2.0

QtObject {
    function notYet() {
        var x: string = "ko"
        return x
    }
}