"Redundant lambda arrow" inspection: Also report arrow with single underscore parameter #KT-24728 Fixed
This commit is contained in:
committed by
asedunov
parent
20535feb31
commit
b5ba475696
@@ -0,0 +1,5 @@
|
||||
fun foo(f: () -> Unit) {}
|
||||
|
||||
fun bar() {
|
||||
foo { <caret>_ -> }
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun foo(f: () -> Unit) {}
|
||||
|
||||
fun bar() {
|
||||
foo { <caret>}
|
||||
}
|
||||
Reference in New Issue
Block a user