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