aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/i1052.scala
blob: 4ad62189d7414bf6866eee69e98433303b7c1108 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                          
package hello

object world extends App {
  println("hello dotty!")
  /*/* one
  */
  two
  */
  println("foo")
}