Fix typechecker in case of "for ((a, b) in) { }"
Fixes NDFDE
This commit is contained in:
@@ -4493,6 +4493,12 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("ForLoopMissingLoopParameter.kt")
|
||||
public void testForLoopMissingLoopParameter() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopMissingLoopParameter.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("ForLoopWithExtensions.kt")
|
||||
public void testForLoopWithExtensions() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/declarationChecks/multiDeclarations/ForLoopWithExtensions.kt");
|
||||
|
||||
Reference in New Issue
Block a user