Reflect: Handle methods with inline class default parameters
This commit is contained in:
committed by
Alexander Udalov
parent
86d6470ced
commit
905a8ca0d0
+5
@@ -25246,6 +25246,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/callBy/extensionFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassDefaultArguments.kt")
|
||||
public void testInlineClassDefaultArguments() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/callBy/inlineClassDefaultArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClassFunctionsAndConstructors.kt")
|
||||
public void testInlineClassFunctionsAndConstructors() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/callBy/inlineClassFunctionsAndConstructors.kt");
|
||||
|
||||
Reference in New Issue
Block a user