Completion: corrected for class nested into class object

This commit is contained in:
Valentin Kipyatkov
2014-08-27 22:07:29 +04:00
parent 89aaa018fe
commit ed5c5426e6
6 changed files with 56 additions and 7 deletions
@@ -88,6 +88,16 @@ public class SmartCompletionHandlerTestGenerated extends AbstractSmartCompletion
doTest("idea/testData/completion/handlers/smart/AutoCompleteAfterAs3.kt");
}
@TestMetadata("ClassInClassObject.kt")
public void testClassInClassObject() throws Exception {
doTest("idea/testData/completion/handlers/smart/ClassInClassObject.kt");
}
@TestMetadata("ClassInObject.kt")
public void testClassInObject() throws Exception {
doTest("idea/testData/completion/handlers/smart/ClassInObject.kt");
}
@TestMetadata("ClassObjectMethod1.kt")
public void testClassObjectMethod1() throws Exception {
doTest("idea/testData/completion/handlers/smart/ClassObjectMethod1.kt");