blob: bd7b5c17b544d04c0caed24a57099520f7f7ed3e [file] [log] [blame]
// WITH_RUNTIME
// IS_APPLICABLE: true
fun Int.foo(): Int {
return hashCode().hashCode()
}