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