[FIR] Support the simple case of java field interpretation
#KT-57802
This commit is contained in:
+5
@@ -24625,6 +24625,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt57313.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt57802.kt")
|
||||
public void testKt57802() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt57802.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt58005.kt")
|
||||
public void testKt58005() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt58005.kt");
|
||||
|
||||
Reference in New Issue
Block a user