JVM_IR: fix deserialization of Java static field symbols

This commit is contained in:
Georgy Bronnikov
2021-06-24 14:01:46 +03:00
committed by TeamCityServer
parent 955ee07517
commit fa4efd3303
10 changed files with 52 additions and 6 deletions
@@ -4118,6 +4118,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
runTest("compiler/testData/codegen/boxInline/simple/funImportedFromObject.kt");
}
@Test
@TestMetadata("importedJavaStaticField.kt")
public void testImportedJavaStaticField() throws Exception {
runTest("compiler/testData/codegen/boxInline/simple/importedJavaStaticField.kt");
}
@Test
@TestMetadata("inlineCallInInlineLambda.kt")
public void testInlineCallInInlineLambda() throws Exception {
@@ -4118,6 +4118,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
runTest("compiler/testData/codegen/boxInline/simple/funImportedFromObject.kt");
}
@Test
@TestMetadata("importedJavaStaticField.kt")
public void testImportedJavaStaticField() throws Exception {
runTest("compiler/testData/codegen/boxInline/simple/importedJavaStaticField.kt");
}
@Test
@TestMetadata("inlineCallInInlineLambda.kt")
public void testInlineCallInInlineLambda() throws Exception {
@@ -4016,6 +4016,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/simple/funImportedFromObject.kt");
}
@Test
@TestMetadata("importedJavaStaticField.kt")
public void testImportedJavaStaticField() throws Exception {
runTest("compiler/testData/codegen/boxInline/simple/importedJavaStaticField.kt");
}
@Test
@TestMetadata("inlineCallInInlineLambda.kt")
public void testInlineCallInInlineLambda() throws Exception {
@@ -4118,6 +4118,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
runTest("compiler/testData/codegen/boxInline/simple/funImportedFromObject.kt");
}
@Test
@TestMetadata("importedJavaStaticField.kt")
public void testImportedJavaStaticField() throws Exception {
runTest("compiler/testData/codegen/boxInline/simple/importedJavaStaticField.kt");
}
@Test
@TestMetadata("inlineCallInInlineLambda.kt")
public void testInlineCallInInlineLambda() throws Exception {