Files
2019-08-27 17:26:08 +07:00

3 lines
52 B
Kotlin
Vendored

expect abstract class Bar {
abstract fun foo()
}