blob: e92c5b902c53b509c84654d195bc91eae48bbf58 [file] [log] [blame]
void main() {
try {
;
} catch (e) {
;
} on Foo {
;
}
on();
}
void on() {}