mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Inline inner: show error message as soon as possible (IDEA-39083)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import java.lang.Exception;
|
||||
|
||||
public class Simple extends Exception{}
|
||||
|
||||
class Usage {
|
||||
void foo() throws Simple {
|
||||
throw new Si<caret>mple();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user