aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlparser/data/disallowedtypeannotations/functionparams.js
blob: 2c23628e3fb6bea7c28cd3bf392e3c8bc9cb87f9 (plain)
1
2
3

function test(x: string, y: string) {
}