summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-bundle-noncontext.scala
blob: c228827e7015877c5694786c231773c40bece48b (plain) (tree)
1
2
3
4
5
6
7
8
9

                                         
              





                       
import scala.language.experimental.macros

class Bundle {
  def impl = ???
}

object Macros {
  def foo = Bundle.impl
}