summaryrefslogtreecommitdiff
path: root/test/files/presentation/hyperlinks-macro/src/MacroCall.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/hyperlinks-macro/src/MacroCall.scala')
-rw-r--r--test/files/presentation/hyperlinks-macro/src/MacroCall.scala12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/presentation/hyperlinks-macro/src/MacroCall.scala b/test/files/presentation/hyperlinks-macro/src/MacroCall.scala
new file mode 100644
index 0000000000..42685735b2
--- /dev/null
+++ b/test/files/presentation/hyperlinks-macro/src/MacroCall.scala
@@ -0,0 +1,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.