blob: 954e1027662b155bccaf23919fbad5615227f4a2 [file] [log] [blame]
class Foo<T> {
<spot> fun get(): T {
return t
}</spot>
}