blob: 7e56a69e7ef431a422c9d5f0e5e2f426ade1432c [file] [log] [blame]
void main(int onX) {
try {
;
} catch (e) {
;
} on Foo {
;
}
onX = 42;
}