Support JVM polymorphic signature calls to methods with void return type
#KT-32026 Fixed
This commit is contained in:
+5
@@ -18419,6 +18419,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testVarargOfObjects_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/polymorphicSignature/varargOfObjects_before.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("voidReturnType.kt")
|
||||
public void testVoidReturnType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/polymorphicSignature/voidReturnType.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/primitiveTypes")
|
||||
|
||||
Reference in New Issue
Block a user