summaryrefslogblamecommitdiff
path: root/test/files/pos/t8781/Test_2.scala
blob: 3ca64065992d462fdecc047ca692cb45a9be8516 (plain) (tree)
1
2
3
4
5




                                                   
object Test {
  implicit class RichT(t: T) { def augmented = "" }

  Macros.fresh.augmented
}