FIR: fix serialization of JvmField-properties of local classes

#KT-48175 Fixed
This commit is contained in:
Mikhail Glukhikh
2021-08-09 17:47:52 +03:00
parent 2e2edf398c
commit f6413c41a0
4 changed files with 27 additions and 5 deletions
@@ -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 {