Do not suggest removing empty parentheses if lambda is on the next line
So #KT-15195 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun foo(f: (Int) -> Unit) = f(4)
|
||||
|
||||
fun bar() {
|
||||
foo()<caret>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user