Files
2024-01-08 15:25:19 +00:00

4 lines
72 B
Kotlin
Vendored

interface Foo {
val someProperty: Int
fun someMethod(): String
}