summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-01-25 04:43:34 -0800
committerJason Zaugg <jzaugg@gmail.com>2014-01-25 04:43:34 -0800
commit84a4f64cc68e776ea92d601afcf0cf5a3f8d1e69 (patch)
treeafe78a01bdb3edfb56289db8b8bd328ed45df1e3 /test
parent6eb55d47a28d06e2cbc3430dcbdbc7649a514d1c (diff)
parent48413b4afb6436eedb0d4a4fe4089cb45d7fb493 (diff)
downloadscala-84a4f64cc68e776ea92d601afcf0cf5a3f8d1e69.tar.gz
scala-84a4f64cc68e776ea92d601afcf0cf5a3f8d1e69.tar.bz2
scala-84a4f64cc68e776ea92d601afcf0cf5a3f8d1e69.zip
Merge pull request #3411 from som-snytt/issue/7919-si-nl
Newline after empty string interp
Diffstat (limited to 'test')
-rw-r--r--test/files/pos/t7919.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/pos/t7919.scala b/test/files/pos/t7919.scala
new file mode 100644
index 0000000000..64f261ec16
--- /dev/null
+++ b/test/files/pos/t7919.scala
@@ -0,0 +1,6 @@
+
+object X {
+ val x = s""
+ val y = true
+}
+