KT-29926: Support completion of suspend lambda body and parameters
- ^KT-29926 Fixed
This commit is contained in:
committed by
Roman Golyshev
parent
da4097f488
commit
e89a87b2e3
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user