summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-t1000609/src/NoHyperlinking.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/ide-t1000609/src/NoHyperlinking.scala')
-rw-r--r--test/files/presentation/ide-t1000609/src/NoHyperlinking.scala8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/presentation/ide-t1000609/src/NoHyperlinking.scala b/test/files/presentation/ide-t1000609/src/NoHyperlinking.scala
new file mode 100644
index 0000000000..d4bedaf9ee
--- /dev/null
+++ b/test/files/presentation/ide-t1000609/src/NoHyperlinking.scala
@@ -0,0 +1,8 @@
+class Foo {
+ def foo(a: Int) = a
+}
+
+object Test {
+ val a = new Foo
+ a.foo() /*#*/
+} \ No newline at end of file