aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/pos/t5756.scala
blob: 411f5b05df8e8c01c20d512ed02c2da913a7c6f0 (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}
}