6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
interface Aaa {
|
|
fun foo(
|
|
e1: String?,
|
|
e2: String?
|
|
)
|
|
} |