aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t3800.scala
blob: 096502174b32f7f1cb59f4977e152edfa711b7b1 (plain) (blame)
1
2
3
4
5
6
class meh extends annotation.StaticAnnotation

class ALike[C]
abstract class AFactory[CC[x] <: ALike[CC[x]]] {
  def aCompanion : AFactory[CC @meh]
}