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