KT-29926: Support completion of suspend lambda body and parameters

- ^KT-29926 Fixed
This commit is contained in:
Roman Golyshev
2019-10-17 14:41:07 +03:00
committed by Roman Golyshev
parent da4097f488
commit e89a87b2e3
8 changed files with 48 additions and 4 deletions
@@ -462,6 +462,11 @@ public class PerformanceBasicCompletionHandlerTestGenerated extends AbstractPerf
runTest("idea/idea-completion/testData/handlers/basic/highOrderFunctions/HigherOrderFunctionWithArgs3.kt");
}
@TestMetadata("HigherOrderSuspendFunctionWithArgs.kt")
public void testHigherOrderSuspendFunctionWithArgs() throws Exception {
runTest("idea/idea-completion/testData/handlers/basic/highOrderFunctions/HigherOrderSuspendFunctionWithArgs.kt");
}
@TestMetadata("InsertFunctionWithSingleParameterWithBrace.kt")
public void testInsertFunctionWithSingleParameterWithBrace() throws Exception {
runTest("idea/idea-completion/testData/handlers/basic/highOrderFunctions/InsertFunctionWithSingleParameterWithBrace.kt");