summaryrefslogblamecommitdiff
path: root/test/files/jvm/t8786/A_1.scala
blob: 13c0ad191d291b02791ff96fa9d5ed0425b3a757 (plain) (tree)
1
2
3


                                                           
class A {
  @annotation.varargs def foo[T](a: Int, b: T*): T = b.head
}