JVM_IR KT-43440 private-to-this default interface funs are private

This commit is contained in:
Dmitry Petrov
2020-11-23 11:27:38 +03:00
parent bf7fdcda6e
commit 551d0c1b64
5 changed files with 87 additions and 28 deletions
@@ -119,6 +119,11 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
runTest("compiler/testData/codegen/bytecodeListing/kt43217.kt");
}
@TestMetadata("kt43440.kt")
public void testKt43440() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/kt43440.kt");
}
@TestMetadata("localFunctionInInitBlock.kt")
public void testLocalFunctionInInitBlock() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/localFunctionInInitBlock.kt");
@@ -119,6 +119,11 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
runTest("compiler/testData/codegen/bytecodeListing/kt43217.kt");
}
@TestMetadata("kt43440.kt")
public void testKt43440() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/kt43440.kt");
}
@TestMetadata("localFunctionInInitBlock.kt")
public void testLocalFunctionInInitBlock() throws Exception {
runTest("compiler/testData/codegen/bytecodeListing/localFunctionInInitBlock.kt");