7 lines
71 B
Kotlin
Vendored
7 lines
71 B
Kotlin
Vendored
// test.Foo
|
|
package test
|
|
|
|
interface Foo {
|
|
val foo: String
|
|
val
|
|
} |