K2: handle extra value parameter in FirCallCompleter properly
#KT-60450 Fixed
This commit is contained in:
committed by
Space Team
parent
0068a3f6b8
commit
6ce096f0ed
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user