8 lines
149 B
Kotlin
Vendored
8 lines
149 B
Kotlin
Vendored
// "Implement members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual interface ExpInterface {
|
|
actual fun first()
|
|
}
|
|
|
|
actual class ExpImpl<caret> : ExpInterface |