ed5791ed9e
Related to KT-25044
5 lines
90 B
Kotlin
Vendored
5 lines
90 B
Kotlin
Vendored
expect interface ExpInterface {
|
|
fun first()
|
|
}
|
|
|
|
expect class ExpImpl : ExpInterface { } |