smart completion tests -> community
[fedora-idea.git] / java / java-tests / testData / codeInsight / completion / smartType / Bug2.java
blob32fe05ba91b568c3c388559c6e6092d2392d45a8
1 class Test {
2 /**
3 * @exception IllegalStateException<caret>
4 */
5 public void foo() throws java.io.IOException, IllegalStateException {