aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t1000.scala
blob: 613af76b9435b218e942bce59bf54fc8008a6659 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                 
object A {
  println("""This a "raw" string ending with a "double quote"""")
}

object Test extends App {
  val xs = Array(1, 2, 3)
  Console.println(xs.filter(_ >= 0).length)
}