6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
class Foo<T> {
|
|
}
|
|
|
|
<spot>fun <T> Foo<T>.get(): T {
|
|
return t
|
|
}</spot> |