summaryrefslogtreecommitdiff
path: root/test/files/positions/Scaladoc6.scala
blob: 5c230edeb20ac2498ddfe29407af790bab8b5dcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
object Scaladoc6 {
  {
    /**
     * Foo
     */
    val i = 23
  }
  
  def f {}
}