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