summaryrefslogtreecommitdiff
path: root/test/files/run/macro-undetparams-implicitval/Test.scala
blob: 5278295451afbc2d7912699b5c9753e958f889cd (plain) (blame)
1
2
3
4
object Test extends App {
  def foo[T: TypeTag] = println(implicitly[TypeTag[T]])
  foo
}