Fix toString() and reflectLambda() for lambdas with generic types in signatures

#KT-10771 Fixed
This commit is contained in:
Alexander Udalov
2016-06-08 19:32:11 +03:00
parent dc2972d99e
commit 59342000ae
6 changed files with 74 additions and 17 deletions
@@ -6469,6 +6469,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("functionNtoStringGeneric.kt")
public void testFunctionNtoStringGeneric() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/functions/functionNtoStringGeneric.kt");
doTest(fileName);
}
@TestMetadata("functionNtoStringNoReflect.kt")
public void testFunctionNtoStringNoReflect() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/functions/functionNtoStringNoReflect.kt");