b97aaf0f71
Relates to #KT-32010
6 lines
73 B
Plaintext
Vendored
6 lines
73 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
|
|
fun Int.foo(): Int {
|
|
return hashCode().hashCode()
|
|
} |