[JS IR BE] BridgeConstruction: Fix init order of receivers and type parameters
This commit is contained in:
+5
@@ -1474,6 +1474,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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