aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-bundle-noncontext.scala
blob: b3d7f4464e91e90e4cb573c2d356ec7cec21a8c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
import scala.language.experimental.macros

class Bundle {
  def impl = ???
}

object Macros {
  def foo = Bundle.impl
}