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



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