summaryrefslogblamecommitdiff
path: root/test/files/run/t3835.scala
blob: 49e591195f12ce3f594c5b1034b56890d95549c5 (plain) (tree)
1
2
3
4
                         


                                                                              
object Test extends App {
  println((1, 2, 3) match { case (r, \u03b8, \u03c6) => r + \u03b8 + \u03c6 })
  println(1 match { case \u00e9 => \u00e9 })
}