IDEA-25267 Smart Completion after continue&break should filter labels

This commit is contained in:
peter
2012-03-07 20:24:50 +04:00
parent 3a2ec64c13
commit 91fb524a30
7 changed files with 59 additions and 13 deletions
@@ -1002,6 +1002,7 @@ public class SmartTypeCompletionTest extends LightFixtureCompletionTestCase {
}
public void testEnumAsDefaultAnnotationParam() throws Throwable { doTest(); }
public void testBreakLabel() throws Throwable { doTest(); }
public void testNewAbstractInsideAnonymous() throws Throwable { doTest(); }