mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
4 lines
58 B
Plaintext
Vendored
4 lines
58 B
Plaintext
Vendored
package a
|
|
|
|
fun foo(s: String, x: Int = 10, y:Int = 20) {}
|