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