[IR] Add irText test for KT-45297

This commit is contained in:
Roman Artemev
2021-03-15 15:34:33 +03:00
parent 78a0d7b5bb
commit 0a4f2bc39c
5 changed files with 164 additions and 0 deletions
@@ -809,6 +809,12 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
runTest("compiler/testData/ir/irText/declarations/provideDelegate/differentReceivers.kt");
}
@Test
@TestMetadata("javaDelegate.kt")
public void testJavaDelegate() throws Exception {
runTest("compiler/testData/ir/irText/declarations/provideDelegate/javaDelegate.kt");
}
@Test
@TestMetadata("local.kt")
public void testLocal() throws Exception {