KT-881 overoptimized + in string templates

This commit is contained in:
Alex Tkachman
2012-01-02 08:35:54 +02:00
parent e29c54cb6e
commit 12af19e991
3 changed files with 20 additions and 3 deletions
@@ -9,4 +9,8 @@ public class StringsTest extends CodegenTestCase {
public void testRawStrings() throws Exception {
blackBoxFile("rawStrings.jet");
}
public void testKt881() throws Exception {
blackBoxFile("regressions/kt881.jet");
}
}