JVM_IR KT-47939 equality for fun interface constructor references

This commit is contained in:
Dmitry Petrov
2021-11-30 15:08:33 +03:00
committed by TeamCityServer
parent 50b0dae786
commit e179598457
15 changed files with 226 additions and 13 deletions
@@ -3068,6 +3068,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)
public static class FunInterfaceConstructor extends AbstractLightAnalysisModeTest {
@TestMetadata("funInterfaceConstructedObjectsEquality.kt")
public void ignoreFunInterfaceConstructedObjectsEquality() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/funInterfaceConstructor/funInterfaceConstructedObjectsEquality.kt");
}
@TestMetadata("funInterfaceConstructor.kt")
public void ignoreFunInterfaceConstructor() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/funInterfaceConstructor/funInterfaceConstructor.kt");