Completion of parameter name/types from the current file
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
fun foo(xxx: ((java.io.File) -> List<String>)?)
|
||||
|
||||
fun bar(x<caret>)
|
||||
|
||||
// ELEMENT: xxx
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
import java.io.File
|
||||
|
||||
fun foo(xxx: ((java.io.File) -> List<String>)?)
|
||||
|
||||
fun bar(xxx: ((File) -> List<String>)?<caret>)
|
||||
|
||||
// ELEMENT: xxx
|
||||
Reference in New Issue
Block a user