5 lines
66 B
Plaintext
Vendored
5 lines
66 B
Plaintext
Vendored
fun foo(p: Int){}
|
|
|
|
fun bar() {
|
|
foo(p = "".hashCode<caret>())
|
|
} |