JS backend: test for KT-2901: nullable type in string template

This commit is contained in:
Michael Nedzelsky
2014-10-08 16:19:08 +04:00
parent e7cd4bf6cf
commit 12e76f3d04
2 changed files with 23 additions and 0 deletions
@@ -86,4 +86,8 @@ public final class StringTest extends AbstractExpressionTest {
public void testExtensionMethods() throws Exception {
checkFooBoxIsOk();
}
public void testNullableTypeInStringTemplate() throws Exception {
checkFooBoxIsOk();
}
}