"Add names to call arguments" shouldn't appear when the only argument is a trailing lambda
Fixes #KT-15501
This commit is contained in:
committed by
Mikhail Glukhikh
parent
44e69d8adc
commit
2b54f1ac72
@@ -0,0 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(f: () -> Unit) {}
|
||||
|
||||
fun bar() {
|
||||
<caret>foo {}
|
||||
}
|
||||
Reference in New Issue
Block a user