blob: 23e815375728740f04e3fbf72ad57908fd321591 [file] [log] [blame]
main() {
try {
print(0);
} on String {
} on ([int? i, String? n]) {
}
on();
}