[JVM IR] Add jvm box test for KT-45297
This commit is contained in:
+6
@@ -12750,6 +12750,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/insideInlinedObjectMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaDelegateTopLevel.kt")
|
||||
public void testJavaDelegateTopLevel() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/javaDelegateTopLevel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt35707.kt")
|
||||
public void testKt35707() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user