[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
+5
@@ -3219,6 +3219,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Equality extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("conversionCombinations.kt")
|
||||
public void ignoreConversionCombinations() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/equality/conversionCombinations.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user