JVM_IR: Fix inlining of interface methods

This commit is contained in:
Steven Schäfer
2019-07-19 10:49:44 +02:00
committed by max-kammerer
parent bdec8b04e8
commit 9816e62d08
4 changed files with 28 additions and 1 deletions
@@ -2277,6 +2277,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/inline/inlineSuspendReifiedNoSpilling.kt");
}
@TestMetadata("interfaceDefaultMethod.kt")
public void testInterfaceDefaultMethod() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/inline/interfaceDefaultMethod.kt");
}
@TestMetadata("linenumberForOneParametersArgumentCall.kt")
public void testLinenumberForOneParametersArgumentCall() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/inline/linenumberForOneParametersArgumentCall.kt");