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