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:
committed by
Roman Golyshev
parent
6f234beb9c
commit
3112d70420
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user