Inline inner: show error message as soon as possible (IDEA-39083)

This commit is contained in:
anna
2010-01-29 16:48:06 +03:00
parent de02933e05
commit 55b9c7d053
4 changed files with 62 additions and 79 deletions

View File

@@ -1,9 +0,0 @@
import java.lang.Exception;
public class Simple extends Exception{}
class Usage {
void foo() throws Simple {
throw new Si<caret>mple();
}
}