7 lines
59 B
Plaintext
Vendored
7 lines
59 B
Plaintext
Vendored
interface A
|
|
|
|
fun foo(): A {
|
|
return object: A {
|
|
|
|
}
|
|
} |