FIR: fix serialization of JvmField-properties of local classes
#KT-48175 Fixed
This commit is contained in:
+6
@@ -16034,6 +16034,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/fir/IrBuiltIns.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmFieldInLocalClass.kt")
|
||||
public void testJvmFieldInLocalClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fir/jvmFieldInLocalClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("KotlinDocumentationProvider.kt")
|
||||
public void testKotlinDocumentationProvider() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user