"Move lambda outside parenthesis" should not be available when not valid
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(p: (Int, () -> Int) -> Unit) {
|
||||
p(1, <caret>{ 2 })
|
||||
}
|
||||
Reference in New Issue
Block a user