b739db3c35
Related to KT-21743
6 lines
146 B
Kotlin
Vendored
6 lines
146 B
Kotlin
Vendored
// FIX: Move suspicious callable reference into parentheses '()'
|
|
// WITH_RUNTIME
|
|
|
|
fun foo(bar: Int) {
|
|
listOf(1,2,3).map {<caret> bar::plus }
|
|
} |