No parameter name&type completion for anonymous function
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package pack
|
||||
|
||||
class Boo
|
||||
|
||||
fun f() {
|
||||
x(fun (b<caret>))
|
||||
}
|
||||
|
||||
// ABSENT: boo
|
||||
Reference in New Issue
Block a user