5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
interface A {
|
|
fun bar(a: String = "", b: C, c: String = "")
|
|
}
|
|
|
|
interface C |