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



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