6 lines
84 B
Plaintext
Vendored
6 lines
84 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: true
|
|
|
|
fun Int.foo(): Int {
|
|
return hashCode()
|
|
} |