KT-35042 Fix InsertHandlerProvider.kt to work with suspend functional parameters

- ^KT-35042 Fixed
- Also, fix review suggestions for KOTLIN-CR-3495
This commit is contained in:
Roman Golyshev
2019-11-21 20:30:49 +03:00
committed by Roman Golyshev
parent 6f234beb9c
commit 3112d70420
6 changed files with 31 additions and 8 deletions
@@ -973,6 +973,11 @@ public class PerformanceBasicCompletionHandlerTestGenerated extends AbstractPerf
runTest("idea/idea-completion/testData/handlers/basic/typeArgsForCall/FunctionTypeParameter2.kt");
}
@TestMetadata("FunctionTypeParameter3.kt")
public void testFunctionTypeParameter3() throws Exception {
runTest("idea/idea-completion/testData/handlers/basic/typeArgsForCall/FunctionTypeParameter3.kt");
}
@TestMetadata("HasExpectedType.kt")
public void testHasExpectedType() throws Exception {
runTest("idea/idea-completion/testData/handlers/basic/typeArgsForCall/HasExpectedType.kt");