KT-2227 Call to toString missing when interpolating string literal.

Test only.

 #KT-2227
This commit is contained in:
Pavel V. Talanov
2012-07-20 18:57:37 +04:00
parent d3933bcc3f
commit 39edcda317
2 changed files with 19 additions and 1 deletions
@@ -57,5 +57,7 @@ public final class StringTest extends AbstractExpressionTest {
fooBoxTest();
}
public void testKt2227_2() throws Exception {
fooBoxTest();
}
}