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.scala11
1 files changed, 11 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..d9676b3d2a
--- /dev/null
+++ b/test/files/presentation/hyperlinks-macro/src/MacroCall.scala
@@ -0,0 +1,11 @@
+object Test {
+ def foo = 0
+
+ scala.reflect.runtime.universe.reify {
+ foo/*#*/
+ }
+
+ identity {
+ foo/*#*/
+ }
+}