Fix parameter handling in "Move suspicious reference into parentheses"
Related to KT-21743
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// FIX: Move suspicious callable reference into parentheses '()'
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(bar: Int) {
|
||||
listOf(1,2,3).map {<caret> bar::plus }
|
||||
}
|
||||
Reference in New Issue
Block a user