summaryrefslogtreecommitdiff
path: root/test/files/scalap/covariantParam.check
blob: 85b1400fced62ac1269b4d2380a9a18c044b9ec9 (plain) (blame)
1
2
3
4
class CovariantParam[+A] extends scala.AnyRef {
  def this() = { /* compiled code */ }
  def foo[A](a: A): scala.Int = { /* compiled code */ }
}