smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / afterNew / before15.java
blobcb778f9c2393d7f067025e11c1ad076eaf364efe
1 class A{
2 void foo() throws MyException{
3 throw new Erro<caret>
6 class MyException extends Exception{}