mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
8 lines
159 B
Kotlin
Vendored
8 lines
159 B
Kotlin
Vendored
// C
|
|
|
|
class C {
|
|
@[kotlin.jvm.JvmOverloads] public fun foo(o: String = "O", o1: String, o3: String = "K", o4: String?): String {
|
|
return "a"
|
|
}
|
|
}
|