Made convert to string template inspection less eager

This commit is contained in:
Valentin Kipyatkov
2015-09-03 22:18:39 +03:00
parent 67d1cc80f6
commit 97cf562dea
8 changed files with 12 additions and 106 deletions
@@ -1 +1 @@
assert(true) { "string details:$x" }
assert(true) { "string details:" + x }