aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlparser/data/typeannotations/basic_qmltypes_string.qml
blob: e632ec7154cc9be8645ca72dc6d6e1aacfee2e8b (plain)
1
2
3
4
import QtQml 2.0
QtObject {
    function test(s: string) {}
}