summaryrefslogtreecommitdiff
path: root/test/files/run/t5530.scala
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-02-29 12:51:18 +0100
committerEugene Burmako <xeno.by@gmail.com>2012-02-29 23:38:52 +0100
commit8cc36cdfa17c26a55ab1d164105363f3492f72af (patch)
treeefc14d6c0b1eb5f6b3638c4762ed0615bb530ec0 /test/files/run/t5530.scala
parent105dc63121c84a45711b02f77f8e4a04074f7425 (diff)
downloadscala-8cc36cdfa17c26a55ab1d164105363f3492f72af.tar.gz
scala-8cc36cdfa17c26a55ab1d164105363f3492f72af.tar.bz2
scala-8cc36cdfa17c26a55ab1d164105363f3492f72af.zip
Fixes SI-5530
Diffstat (limited to 'test/files/run/t5530.scala')
-rw-r--r--test/files/run/t5530.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t5530.scala b/test/files/run/t5530.scala
new file mode 100644
index 0000000000..c8109a4004
--- /dev/null
+++ b/test/files/run/t5530.scala
@@ -0,0 +1,4 @@
+object Test extends App {
+ println(s"""something like this
+ ${3+4} now works!.""")
+} \ No newline at end of file