K2: handle extra value parameter in FirCallCompleter properly

#KT-60450 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-08-25 18:06:58 +02:00
committed by Space Team
parent 0068a3f6b8
commit 6ce096f0ed
7 changed files with 60 additions and 0 deletions
@@ -6855,6 +6855,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/FieldAnnotationWithClasses.kt");
}
@Test
@TestMetadata("forEachOnZip.kt")
public void testForEachOnZip() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/forEachOnZip.kt");
}
@Test
@TestMetadata("immutableName.kt")
public void testImmutableName() throws Exception {
@@ -6855,6 +6855,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/FieldAnnotationWithClasses.kt");
}
@Test
@TestMetadata("forEachOnZip.kt")
public void testForEachOnZip() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/forEachOnZip.kt");
}
@Test
@TestMetadata("immutableName.kt")
public void testImmutableName() throws Exception {