6 lines
113 B
Kotlin
Vendored
6 lines
113 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: true
|
|
|
|
fun Int.foo(): Int {
|
|
return <caret>let { it.hashCode().hashCode() }
|
|
} |