summaryrefslogtreecommitdiff
path: root/tests/semantic/method-async-ref-parameter.test
blob: 47a8a938da5ef68e7a5ccd8e7919f3932649cafc (plain)
1
2
3
4
5
6
7
8
Packages: gio-2.0
Invalid Code

async void foo (ref int i) {
}

void main () {
}