[FE 1.0] Substitute anonymous object's supertypes while using that in public declarations
^KT-46136 Fixed
This commit is contained in:
committed by
teamcity
parent
2c5d817633
commit
3aabc8d666
+6
@@ -22741,6 +22741,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/objects/kt45170.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt46136.kt")
|
||||
public void testKt46136() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt46136.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt535.kt")
|
||||
public void testKt535() throws Exception {
|
||||
|
||||
+6
@@ -22705,6 +22705,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/objects/kt45170.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt46136.kt")
|
||||
public void testKt46136() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt46136.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt535.kt")
|
||||
public void testKt535() throws Exception {
|
||||
|
||||
+5
@@ -19622,6 +19622,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/objects/kt45170.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt46136.kt")
|
||||
public void testKt46136() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt46136.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt535.kt")
|
||||
public void testKt535() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/objects/kt535.kt");
|
||||
|
||||
Reference in New Issue
Block a user