7 lines
55 B
Plaintext
7 lines
55 B
Plaintext
trait A
|
|
|
|
fun foo(): A {
|
|
return object: A {
|
|
|
|
}
|
|
} |