JVM_IR: handle type parameters in constructors for @JvmOverloads stubs
This commit is contained in:
+5
@@ -15152,6 +15152,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/jvmOverloads/companionObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constructorWithTypeParams.kt")
|
||||
public void testConstructorWithTypeParams() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmOverloads/constructorWithTypeParams.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultsNotAtEnd.kt")
|
||||
public void testDefaultsNotAtEnd() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmOverloads/defaultsNotAtEnd.kt");
|
||||
|
||||
Reference in New Issue
Block a user