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