Postpone companion object field visibility
Have to reconsider this issue because of interface companion objects.
This commit is contained in:
+20
@@ -15123,11 +15123,31 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27117.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27117_lv12.kt")
|
||||
public void testKt27117_lv12() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27117_lv12.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27117_lv13.kt")
|
||||
public void testKt27117_lv13() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27117_lv13.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27121.kt")
|
||||
public void testKt27121() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27121.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27121_lv12.kt")
|
||||
public void testKt27121_lv12() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27121_lv12.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt27121_lv13.kt")
|
||||
public void testKt27121_lv13() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/companionObjectAccess/kt27121_lv13.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