Minor, add more tests on signature-polymorphic calls
Add a test on null (since null is a special case in the PolymorphicSignature spec), and a test on a call without assignment to a variable
This commit is contained in:
+5
@@ -18410,6 +18410,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/polymorphicSignature/invokeExactWithInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullArgument.kt")
|
||||
public void testNullArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/polymorphicSignature/nullArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varargOfObjects_after.kt")
|
||||
public void testVarargOfObjects_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_after.kt");
|
||||
|
||||
Reference in New Issue
Block a user