summaryrefslogblamecommitdiff
path: root/test/files/presentation/t7678/src/TypeTag.scala
blob: 0b222f885170157bff12f8207658a641f6bb6d1d (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                      
package test

object Test {
  import scala.reflect.runtime.{ universe => ru }
  def getTypeTag(implicit tag: ru.TypeTag[Int]  ) = ()
  locally {
    getTypeTag/*?*/
  }
}