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



                                                                                         
object Test extends App {
  val result = "börk börk" flatMap (ch  if (ch > 127) f"&#x${ch}%04x;" else "" + ch)
  println(result)
}