db787c78d6
#KT-25044 Fixed
5 lines
90 B
Kotlin
Vendored
5 lines
90 B
Kotlin
Vendored
expect interface ExpInterface {
|
|
fun first()
|
|
}
|
|
|
|
expect class ExpImpl : ExpInterface { } |