Lambda to anonymous: report only from left brace to arrow
This commit is contained in:
@@ -2,5 +2,5 @@ class Foo
|
||||
fun bar(f: Foo.() -> Unit) {}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
bar {}<caret>
|
||||
bar {<caret>}
|
||||
}
|
||||
Reference in New Issue
Block a user