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