smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / ExceptionTwice2.java
blob038e6eb8b723e18039d1c489064ac577f0499ced
1 class MyException extends Exception{}
3 class MyClass {
4 public void foo() throws MyException {
5 throw new MyEx<caret>