[NI] Preserve name of parameters for functional types

This commit is contained in:
Mikhail Zarechenskiy
2017-06-27 19:23:11 +03:00
parent 5ec8d4920f
commit 39349abd39
6 changed files with 33 additions and 1 deletions
@@ -4631,6 +4631,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("parameterWithNameForFunctionType.kt")
public void testParameterWithNameForFunctionType() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/controlStructures/parameterWithNameForFunctionType.kt");
doTest(fileName);
}
@TestMetadata("quicksort.kt")
public void testQuicksort() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/controlStructures/quicksort.kt");