6 lines
74 B
Plaintext
Vendored
6 lines
74 B
Plaintext
Vendored
package a
|
|
|
|
class A {
|
|
fun foo(s: String, x: Int = 10, y:Int = 20) {}
|
|
}
|