[K/JS, K/Wasm, K/Native] Process anonymous initializers inside classes as a part of their primary constructors ^KT-61929 Fixed
This commit is contained in:
Generated
+6
@@ -4883,6 +4883,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/classes/namedClassObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedInitBlocksWithLambda.kt")
|
||||
public void testNestedInitBlocksWithLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/classes/nestedInitBlocksWithLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outerThis.kt")
|
||||
public void testOuterThis() throws Exception {
|
||||
|
||||
Generated
+6
@@ -4883,6 +4883,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/classes/namedClassObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nestedInitBlocksWithLambda.kt")
|
||||
public void testNestedInitBlocksWithLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/classes/nestedInitBlocksWithLambda.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outerThis.kt")
|
||||
public void testOuterThis() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user