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