blob: c32e59956cbdea7173129880fed18115e6fb7df7 [file] [log] [blame]
// IS_APPLICABLE: false
// WITH_RUNTIME
val x = 1
val y = x.<caret>let { it + it?.hashCode() }