summaryrefslogtreecommitdiff
path: root/test/files/specialized/spec-super.check
blob: 2f4d60018b6d1a2832611f5660305ce9f6572fac (plain) (blame)
1
2
3
4
5
6
spec-super.scala:18: warning: class Base must be a trait. Specialized version of class Extended will inherit generic Base[Int]
class Extended [@specialized(Int) T](t: T) extends Base[T](t) {
      ^
s
1
2