summaryrefslogblamecommitdiff
path: root/test/files/positions/Scaladoc7.scala
blob: 6175222e3ffd482bc3699124928b5ea4d56922e7 (plain) (tree)
1
2
3
4
5
6





                         
object Scaladoc7 {
  /**
   * Foo
   */
  val Pair(i, j) = (1, 2)
}