blob: 8bd11f34e942cad0012de0cb6d065cdfb8fb18e1 [file] [log] [blame]
void main(int onX) {
try {
;
} catch (e) {
;
} on Foo {
;
}
onX;
}