5 lines
58 B
Plaintext
Vendored
5 lines
58 B
Plaintext
Vendored
interface IFoo {
|
|
val a: Int
|
|
}
|
|
|
|
expect class End : IFoo |