JVM IR: Fix mangling of @JvmStatic internal function in companion objects

This commit is contained in:
Steven Schäfer
2020-05-18 16:22:18 +02:00
committed by Alexander Udalov
parent 2d0445ebaa
commit 933440dc63
4 changed files with 28 additions and 1 deletions
@@ -209,6 +209,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/jvmField.kt");
}
@TestMetadata("jvmStaticInternalMangling.kt")
public void testJvmStaticInternalMangling() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/jvmStaticInternalMangling.kt");
}
@TestMetadata("kt10259.kt")
public void testKt10259() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/kt10259.kt");