mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
10 lines
134 B
Plaintext
Vendored
10 lines
134 B
Plaintext
Vendored
// "Implement members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
interface I {
|
|
fun foo()
|
|
}
|
|
|
|
expect class <caret>Bar : I {
|
|
override fun foo()
|
|
} |