220141ab2b
(cherry picked from commit b620099)
3 lines
48 B
Plaintext
Vendored
3 lines
48 B
Plaintext
Vendored
fun Int.foo(x: Int) = this - x
|
|
|
|
val x = Int::foo |