mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
IDEA-67445 no smart completion for "new Ex<caret>"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class A{
|
||||
void foo() throws MyException{
|
||||
throw new Erro<caret>
|
||||
throw new Error(<caret>);
|
||||
}
|
||||
|
||||
class MyException extends Exception{}
|
||||
|
||||
Reference in New Issue
Block a user