5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
interface IFoo {
|
|
val a: Int
|
|
}
|
|
|
|
expect class End(i: Int) : IFoo |