Fixed one more case of no-auto-insertion after "as"

This commit is contained in:
Valentin Kipyatkov
2014-07-23 19:01:46 +02:00
parent 7546a17539
commit be0e78b11a
4 changed files with 29 additions and 6 deletions
@@ -86,6 +86,11 @@ public class SmartCompletionHandlerTestGenerated extends AbstractSmartCompletion
doTest("idea/testData/completion/handlers/smart/AutoCompleteAfterAs2.kt");
}
@TestMetadata("AutoCompleteAfterAs3.kt")
public void testAutoCompleteAfterAs3() throws Exception {
doTest("idea/testData/completion/handlers/smart/AutoCompleteAfterAs3.kt");
}
@TestMetadata("ClassObjectMethod1.kt")
public void testClassObjectMethod1() throws Exception {
doTest("idea/testData/completion/handlers/smart/ClassObjectMethod1.kt");