3 lines
52 B
Kotlin
Vendored
3 lines
52 B
Kotlin
Vendored
expect abstract class Bar {
|
|
abstract fun foo()
|
|
} |