summaryrefslogblamecommitdiff
path: root/test/files/pos/t3494.scala
blob: 35a4bcde5db47b90842051a697a7225b4b007abd (plain) (tree)
1
2
3
4
5
6
7






                       
object Test {
  def f[T](xs: T*) = ()

  val x = "abc"

  f[x.type](x)
}