Fix capturing of outer type parameters for classes declared inside init block
This commit is contained in:
Generated
+5
@@ -17753,6 +17753,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt2246.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt24913.kt")
|
||||
public void testKt24913() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt24913.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Kt2495Test.kt")
|
||||
public void testKt2495Test() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/Kt2495Test.kt");
|
||||
|
||||
+5
@@ -18908,6 +18908,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt2246.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt24913.kt")
|
||||
public void testKt24913() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt24913.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Kt2495Test.kt")
|
||||
public void testKt2495Test() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/Kt2495Test.kt");
|
||||
|
||||
Reference in New Issue
Block a user