7 lines
55 B
Kotlin
Vendored
7 lines
55 B
Kotlin
Vendored
package a
|
|
|
|
class A {
|
|
fun foo(x:Int = 10) {
|
|
}
|
|
}
|