[FIR] Consider call site in argument mapping handling for set operator call
^KT-56542 Fixed ^KT-56714 Fixed
This commit is contained in:
committed by
Space Team
parent
cbc8b74e89
commit
df47581c5a
+12
@@ -921,6 +921,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/arguments/overloadWithDefault.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("setWithTrailingLambda.kt")
|
||||
public void testSetWithTrailingLambda() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/arguments/setWithTrailingLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
@@ -957,6 +963,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/arguments/vararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("varargFromJava.kt")
|
||||
public void testVarargFromJava() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/arguments/varargFromJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("varargOfLambdasWithReceiver.kt")
|
||||
public void testVarargOfLambdasWithReceiver() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user