summaryrefslogtreecommitdiff
path: root/test/files/presentation/hyperlinks-macro/src/MacroCall.scala
blob: 42685735b27c7f29a163914dc7ef030b10f4c159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
object Test {
  def foo = 0

  scala.reflect.runtime.universe.reify {
    foo/*#*/
  }

  identity {
    foo/*#*/
  }
}
// Currently, the hyperlink within the argument to the macro `reify` does not resolve correctly.