summaryrefslogtreecommitdiff
path: root/test/files/run/stringinterpolation_macro-run.check
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2014-07-14 07:32:03 -0700
committerSom Snytt <som.snytt@gmail.com>2014-07-14 07:32:03 -0700
commitb0dd01ebb4b0cc41a6629357522217bfe14821fb (patch)
tree775eeaf9386ed24024f028fe9a8f30640964bf55 /test/files/run/stringinterpolation_macro-run.check
parentaea6519685561ee076e7fdaac48c2bf970389b83 (diff)
downloadscala-b0dd01ebb4b0cc41a6629357522217bfe14821fb.tar.gz
scala-b0dd01ebb4b0cc41a6629357522217bfe14821fb.tar.bz2
scala-b0dd01ebb4b0cc41a6629357522217bfe14821fb.zip
SI-8608 f interpolator emits constant strings
When invoking `format` is obviated by a lack of formatting fields, then just degenerate to an unenhanced constant string. This means it doesn't cost anything to use f"$$ordinary" in place of "$ordinary", which may cause warnings under -Xlint. Note that certain format literals, in particular for line separator %n, are not actually literals and can't be replaced at compile time.
Diffstat (limited to 'test/files/run/stringinterpolation_macro-run.check')
-rw-r--r--test/files/run/stringinterpolation_macro-run.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/stringinterpolation_macro-run.check b/test/files/run/stringinterpolation_macro-run.check
index ead61e76ac..c7f46bac87 100644
--- a/test/files/run/stringinterpolation_macro-run.check
+++ b/test/files/run/stringinterpolation_macro-run.check
@@ -63,5 +63,9 @@ She is 4 feet tall.
05/26/12
05/26/12
%
+ mind
+------
+matter
+
7 7 9
7 9 9