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