summaryrefslogblamecommitdiff
path: root/test/files/pos/t5756.scala
blob: 45960fa8bd62099993a95f3237b3b08271690f5f (plain) (tree)
1
2
3
4
5
6





                                          
import scala.reflect.runtime.universe._

object Test extends App {
  def tagme[T: TypeTag](x: T) = typeTag[T]
  val foo = tagme{object Bar; Bar}
}