JVM_IR: repair super calls to methods of Any

This commit is contained in:
Georgy Bronnikov
2020-04-14 21:10:23 +03:00
parent 4d1b5b84f8
commit 611c4fe052
4 changed files with 23 additions and 1 deletions
@@ -409,6 +409,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/superFlagInMultiFileFacade.kt");
}
@TestMetadata("superToString.kt")
public void testSuperToString() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/superToString.kt");
}
@TestMetadata("suspendCoroutineUninterceptedOrReturn.kt")
public void testSuspendCoroutineUninterceptedOrReturn() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/suspendCoroutineUninterceptedOrReturn.kt");