summaryrefslogtreecommitdiff
path: root/test/pending/pos/t4436.scala
blob: acbf0beae65026405c37f79833d2452b82d1c6e9 (plain) (blame)
1
2
3
trait Chunk[@specialized +A] {
  def bippy[@specialized B >: A](e: B): Chunk[B]
}