[K/N] Fix work with adapted function references
Their parsing was totally incorrect for K2, and sometimes incorrect for K1. After this commit it uses same code as for JVM. ^KT-55462
This commit is contained in:
committed by
Space Team
parent
9a693fa967
commit
cb655d2d37
+6
@@ -2673,6 +2673,12 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/equality/coercionToUnitWithVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("conversionCombinations.kt")
|
||||
public void testConversionCombinations() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/equality/conversionCombinations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("extensionReceiverVsDefault.kt")
|
||||
public void testExtensionReceiverVsDefault() throws Exception {
|
||||
|
||||
+6
@@ -2640,6 +2640,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/callableReference/equality/coercionToUnitWithVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("conversionCombinations.kt")
|
||||
public void testConversionCombinations() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/equality/conversionCombinations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("extensionReceiverVsDefault.kt")
|
||||
public void testExtensionReceiverVsDefault() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user