b5da48c566
So #KT-23465 Fixed
7 lines
137 B
Kotlin
Vendored
7 lines
137 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
val predicate = { _: String -> true }
|
|
"".let {<caret> predicate::invoke }("123")
|
|
} |