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