aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/pos/macro-qmarkqmarkqmark.scala
blob: de94d69d5d87f64c25b301419920b523318ce71a (plain) (blame)
1
2
3
4
5
6
7
import language.experimental.macros

object Macros {
  def foo1 = macro ???
  def foo2(x: Int) = macro ???
  def foo3[T] = macro ???
}