[JS IR BE] BridgeConstruction: Fix init order of receivers and type parameters
This commit is contained in:
Generated
+5
@@ -1179,6 +1179,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/twoParentsWithTheSameMethodOneBridge.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeParameterInExtensionReceiver.kt")
|
||||
public void testTypeParameterInExtensionReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/typeParameterInExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/bridges/substitutionInSuperClass")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
+5
@@ -1179,6 +1179,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/twoParentsWithTheSameMethodOneBridge.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeParameterInExtensionReceiver.kt")
|
||||
public void testTypeParameterInExtensionReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/typeParameterInExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/bridges/substitutionInSuperClass")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user