JVM_IR: repair super calls to methods of Any
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user