[NI] Fix determination of completion mode. #KT-30406 Fixed
This commit is contained in:
@@ -4160,6 +4160,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/controlStructures/kt1075.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30406.kt")
|
||||
public void testKt30406() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlStructures/kt30406.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4310.kt")
|
||||
public void testKt4310() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/controlStructures/kt4310.kt");
|
||||
|
||||
Reference in New Issue
Block a user