7 lines
62 B
Kotlin
7 lines
62 B
Kotlin
trait A
|
|
|
|
fun foo(): A {
|
|
return <caret>object: A {
|
|
|
|
}
|
|
} |