Fixed override/implement

This commit is contained in:
Valentin Kipyatkov
2014-10-28 16:20:29 +03:00
parent 5f180751cc
commit d394625771
3 changed files with 19 additions and 18 deletions
@@ -40,6 +40,7 @@ public class SmartCompletionHandlerTestGenerated extends AbstractSmartCompletion
@TestMetadata("AfterAs2.kt")
public void testAfterAs2() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/completion/handlers/smart/AfterAs2.kt");
doTest(fileName);
}