blob: c34c1a65872e06022d92146a17c1b607c2102912 [file] [log] [blame]
// WITH_RUNTIME
// IS_APPLICABLE: true
fun Int.foo(): Int {
return <caret>let { it.hashCode().hashCode() }
}