summaryrefslogblamecommitdiff
path: root/test/files/positions/Scaladoc1.scala
blob: 9306e2ce9fb05ebb1b6b160121d89d5a04914e41 (plain) (tree)
1
2
3
4
5
6
7
8







                     
object Scaladoc1 {
  /**
   * Foo
   */
  val (a, b) = (1, 2)
  a
  b
}