summaryrefslogtreecommitdiff
path: root/test/disabled/presentation/ide-t1000609/src/NoHyperlinking.scala
blob: d4bedaf9eeac765f2ec9837ba68fd22bc4a97127 (plain) (blame)
1
2
3
4
5
6
7
8
class Foo {
  def foo(a: Int) = a
}

object Test {
  val a = new Foo
  a.foo() /*#*/
}