Lambda to anonymous: report only from left brace to arrow
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun foo(f: () -> String) {}
|
||||
|
||||
fun test() {
|
||||
foo <caret>{ "" }
|
||||
foo { <caret>-> "" }
|
||||
}
|
||||
Reference in New Issue
Block a user