JS backend: test for KT-2901: nullable type in string template
This commit is contained in:
@@ -86,4 +86,8 @@ public final class StringTest extends AbstractExpressionTest {
|
||||
public void testExtensionMethods() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testNullableTypeInStringTemplate() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user