aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlparser/data/disallowedtypeannotations/classmemberparam.js
blob: ab85d9088086ffae489246186a7fc5e789aa2a7c (plain)
1
2
3
4
5
6

class Foo {
    member(param: string) {
        return "ko"
    }
}