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