Show lambda parameter info #KT-13118 Fixed

This commit is contained in:
Toshiaki Kameyama
2018-09-03 12:52:17 +09:00
committed by Nikolay Krasko
parent 30fc76a602
commit c44d3a8d68
11 changed files with 52 additions and 6 deletions
@@ -167,6 +167,16 @@ public class ParameterInfoTestGenerated extends AbstractParameterInfoTest {
runTest("idea/testData/parameterInfo/functionCall/Invoke.kt");
}
@TestMetadata("lambdaArgument.kt")
public void testLambdaArgument() throws Exception {
runTest("idea/testData/parameterInfo/functionCall/lambdaArgument.kt");
}
@TestMetadata("lambdaArgument2.kt")
public void testLambdaArgument2() throws Exception {
runTest("idea/testData/parameterInfo/functionCall/lambdaArgument2.kt");
}
@TestMetadata("LocalFunctionBug.kt")
public void testLocalFunctionBug() throws Exception {
runTest("idea/testData/parameterInfo/functionCall/LocalFunctionBug.kt");