b97aaf0f71
Relates to #KT-32010
6 lines
80 B
Kotlin
Vendored
6 lines
80 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
|
|
fun Int.foo(): Int {
|
|
return <caret>let { it.hashCode() }
|
|
} |