Minor. Add regression test for KT-59051
FIR2IR generates correct IR, unlike PSI2IR. #KT-59051 Fixed
This commit is contained in:
committed by
Space Team
parent
184b5cebe7
commit
ae8b896c7b
+5
@@ -13262,6 +13262,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Delegation extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("doubleDelegationEqualsHashcode.kt")
|
||||
public void ignoreDoubleDelegationEqualsHashcode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/doubleDelegationEqualsHashcode.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user