IDEA-67445 no smart completion for "new Ex<caret>"

This commit is contained in:
peter
2011-04-06 13:02:44 +02:00
parent 697b974fc6
commit 6a12b9c4de
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
class A{
void foo() throws MyException{
throw new Erro<caret>
throw new Error(<caret>);
}
class MyException extends Exception{}