0eceef1519
So #KT-17053 Fixed
6 lines
145 B
Kotlin
Vendored
6 lines
145 B
Kotlin
Vendored
// PROBLEM: Suspicious callable reference as the only lambda element
|
|
// WITH_RUNTIME
|
|
|
|
fun foo() {
|
|
listOf(1,2,3).map {<caret> it::toString }
|
|
} |