Move fields and init blocks of companions to their owners
This commit is contained in:
+10
@@ -13435,6 +13435,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/jvmField/constructorProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("initializersOrder.kt")
|
||||
public void testInitializersOrder() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/initializersOrder.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceCompanion.kt")
|
||||
public void testInterfaceCompanion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/interfaceCompanion.kt");
|
||||
@@ -13450,6 +13455,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/jvmField/publicField.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("publicFieldJava.kt")
|
||||
public void testPublicFieldJava() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/publicFieldJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleMemberProperty.kt")
|
||||
public void testSimpleMemberProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/simpleMemberProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user