Fixed KT-5231 Smart completion does not insert comma in super constructor argument list

KT-5231 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-07-22 17:46:08 +04:00
parent c8c8b477ef
commit 81393c999b
4 changed files with 31 additions and 13 deletions
@@ -131,6 +131,11 @@ public class SmartCompletionHandlerTestGenerated extends AbstractSmartCompletion
doTest("idea/testData/completion/handlers/smart/Comma9.kt");
}
@TestMetadata("CommaInSuperConstructorCall.kt")
public void testCommaInSuperConstructorCall() throws Exception {
doTest("idea/testData/completion/handlers/smart/CommaInSuperConstructorCall.kt");
}
@TestMetadata("Constructor.kt")
public void testConstructor() throws Exception {
doTest("idea/testData/completion/handlers/smart/Constructor.kt");