7 lines
66 B
Kotlin
Vendored
7 lines
66 B
Kotlin
Vendored
interface A
|
|
|
|
fun foo(): A {
|
|
return <caret>object: A {
|
|
|
|
}
|
|
} |