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