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



                                 
object Test extends App {
  println(s"""something like this
   ${3+4} now works!.""")
}