[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:
+5
@@ -5830,6 +5830,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/classes/namedClassObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nestedInitBlocksWithLambda.kt")
|
||||
public void testNestedInitBlocksWithLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/classes/nestedInitBlocksWithLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("outerThis.kt")
|
||||
public void testOuterThis() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/classes/outerThis.kt");
|
||||
|
||||
Reference in New Issue
Block a user