summaryrefslogtreecommitdiff
path: root/test/files/presentation/t4287/src/Foo.scala
blob: a744eaabe2040fbb2de5cc46c75db69630019cb5 (plain) (blame)
1
2
3
4
5
class Baz(val f: Int = B/*#*/.a/*#*/)

object B {
  val a = 2
}