Files
2018-08-09 12:59:58 +03:00

5 lines
90 B
Kotlin
Vendored

expect interface ExpInterface {
fun first()
}
expect class ExpImpl : ExpInterface { }