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