Generate private interface companion object as package-private synthetic
This commit is contained in:
+5
@@ -15123,6 +15123,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27117.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27121.kt")
|
||||
public void testKt27121() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27121.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateCompanionObjectAccessedFromAnonymousObjectInNestedClass.kt")
|
||||
public void testPrivateCompanionObjectAccessedFromAnonymousObjectInNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/privateCompanionObjectAccessedFromAnonymousObjectInNestedClass.kt");
|
||||
|
||||
+10
@@ -38,6 +38,16 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/callableNameIntrinsic.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("companionObjectVisibility_after.kt")
|
||||
public void testCompanionObjectVisibility_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/companionObjectVisibility_after.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("companionObjectVisibility_before.kt")
|
||||
public void testCompanionObjectVisibility_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/companionObjectVisibility_before.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("coroutineContextIntrinsic.kt")
|
||||
public void testCoroutineContextIntrinsic_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/bytecodeListing/coroutineContextIntrinsic.kt", "kotlin.coroutines.experimental");
|
||||
|
||||
+5
@@ -15123,6 +15123,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27117.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27121.kt")
|
||||
public void testKt27121() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27121.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateCompanionObjectAccessedFromAnonymousObjectInNestedClass.kt")
|
||||
public void testPrivateCompanionObjectAccessedFromAnonymousObjectInNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/privateCompanionObjectAccessedFromAnonymousObjectInNestedClass.kt");
|
||||
|
||||
+5
@@ -15128,6 +15128,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27117.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27121.kt")
|
||||
public void testKt27121() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27121.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateCompanionObjectAccessedFromAnonymousObjectInNestedClass.kt")
|
||||
public void testPrivateCompanionObjectAccessedFromAnonymousObjectInNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/privateCompanionObjectAccessedFromAnonymousObjectInNestedClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user