Add toString call when interpolating strings

This commit is contained in:
pTalanov
2012-06-15 17:26:45 +04:00
parent 1ba6470e8d
commit 3bb14ecd7f
4 changed files with 34 additions and 1 deletions
@@ -48,4 +48,14 @@ public final class StringTest extends AbstractExpressionTest {
public void testObjectToStringCallInTemplate() throws Exception {
fooBoxTest();
}
public void testStringNotEqualToNumber() throws Exception {
fooBoxTest();
}
public void testKt2227() throws Exception {
fooBoxTest();
}
}