6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
trait Foo {
|
|
fun get(x : Any) : Foo
|
|
}
|
|
fun foo(x: Foo) {
|
|
x[x][x]
|
|
} |