aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/t8091.scala
blob: 35d0e50ba49e88acc5c9e40c750fda642687cdc0 (plain) (tree)
1
2
3
4
                                             

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