KT-36973 Keep private default interface members private
This commit is contained in:
Generated
+5
@@ -21923,6 +21923,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/traits/kt3579_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36973.kt")
|
||||
public void testKt36973() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/traits/kt36973.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5393.kt")
|
||||
public void testKt5393() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/traits/kt5393.kt");
|
||||
|
||||
+5
@@ -21983,6 +21983,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/traits/kt3579_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt36973.kt")
|
||||
public void testKt36973() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/traits/kt36973.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt5393.kt")
|
||||
public void testKt5393() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/traits/kt5393.kt");
|
||||
|
||||
Reference in New Issue
Block a user