[JS IR BE] BridgeConstruction: Fix init order of receivers and type parameters

This commit is contained in:
Svyatoslav Kuzmich
2019-05-09 17:25:12 +03:00
parent 14259ca9e0
commit 0f90aa5f80
7 changed files with 40 additions and 2 deletions
@@ -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)