Fixed KT-5158 Smart completion for when selector: do not include subject variable

#KT-5158 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-07-22 18:41:54 +04:00
parent 595ef9f1d4
commit bddb01888a
4 changed files with 27 additions and 3 deletions
@@ -516,6 +516,11 @@ public class JvmSmartCompletionTestGenerated extends AbstractJvmSmartCompletionT
doTest("idea/testData/completion/smart/WhenEntryValue8.kt");
}
@TestMetadata("WhenEntryValue9.kt")
public void testWhenEntryValue9() throws Exception {
doTest("idea/testData/completion/smart/WhenEntryValue9.kt");
}
@TestMetadata("WhenWithNoSubjectEntryValue1.kt")
public void testWhenWithNoSubjectEntryValue1() throws Exception {
doTest("idea/testData/completion/smart/WhenWithNoSubjectEntryValue1.kt");