JVM IR: Mangle interface implementation methods in inline classes
This commit is contained in:
committed by
Alexander Udalov
parent
d21be3b665
commit
6a1e35389c
@@ -2810,6 +2810,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/isCheckForInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mangledInlineClassInterfaceImplementation.kt")
|
||||
public void testMangledInlineClassInterfaceImplementation() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/mangledInlineClassInterfaceImplementation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noActualCallsOfInlineFunctionsOfInlineClass.kt")
|
||||
public void testNoActualCallsOfInlineFunctionsOfInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/noActualCallsOfInlineFunctionsOfInlineClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user