aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t5530.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/t5530.scala')
-rw-r--r--tests/run/t5530.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run/t5530.scala b/tests/run/t5530.scala
new file mode 100644
index 000000000..7975abca1
--- /dev/null
+++ b/tests/run/t5530.scala
@@ -0,0 +1,4 @@
+object Test extends dotty.runtime.LegacyApp {
+ println(s"""something like this
+ ${3+4} now works!.""")
+}