blob: 802f69e4d90138b9f19038f2b7f35b517476d6eb [file] [log] [blame]
void main(int on) {
try {
;
} catch (e) {
;
} on Foo {
;
}
on.toString();
}