summaryrefslogtreecommitdiff
path: root/test/files/run/t6273.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6273.scala')
-rw-r--r--test/files/run/t6273.scala11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/run/t6273.scala b/test/files/run/t6273.scala
new file mode 100644
index 0000000000..ed0fd452e0
--- /dev/null
+++ b/test/files/run/t6273.scala
@@ -0,0 +1,11 @@
+import scala.tools.partest.ReplTest
+
+object Test extends ReplTest {
+ def tq = "\"\"\""
+ def code = s"""
+val y = 55
+val x = s$tq
+ y = $$y
+$tq
+ """
+}