[JS IR] Add case with bridge for method with default parameters
This commit is contained in:
committed by
Space Team
parent
23144b92d8
commit
372a512c91
+6
@@ -1639,6 +1639,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/bridges/nestedClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodWithDefaultParameter.kt")
|
||||
public void testMethodWithDefaultParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/methodWithDefaultParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noBridgeOnMutableCollectionInheritance.kt")
|
||||
public void testNoBridgeOnMutableCollectionInheritance() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user