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