b97aaf0f71
Relates to #KT-32010
5 lines
88 B
Kotlin
Vendored
5 lines
88 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
val x = 1
|
|
val y = x.<caret>let { it + it?.hashCode() } |