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