Support for callable references in smart completion
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo(p: () -> Unit){}
|
||||
|
||||
fun bar() {
|
||||
foo(::<caret>)
|
||||
}
|
||||
|
||||
fun f(){}
|
||||
|
||||
// ELEMENT: f
|
||||
Reference in New Issue
Block a user