summaryrefslogblamecommitdiff
path: root/test/files/pos/spec-thistype.scala
blob: 52b2bf34b483a537b2f13b97e3796860cabdbfe6 (plain) (tree)
1
2
3


                                        
class Foo[@specialized A] {
  def bar(xs: List[A]): this.type = this
}