JVM_IR: fix deserialization of Java static field symbols
This commit is contained in:
committed by
TeamCityServer
parent
955ee07517
commit
fa4efd3303
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user