blob: 1eb884110104a507e864c8fefac6f66649c9be33 [file] [log] [blame]
class MyClass {
static class MyException extends Exception { }
void m() {
try { } catch (RuntimeException | MyException<caret> e) { }
}
}