5 lines
95 B
Kotlin
Vendored
5 lines
95 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
|
|
val x = 1
|
|
val y = x.<caret>let { it + it?.hashCode() } |