[IR] Add irText test for KT-45297
This commit is contained in:
Generated
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user