JS backend: fix StringBuilder append #KT-4064 Fixed

This commit is contained in:
Erokhin Stanislav
2013-10-11 15:47:43 +04:00
parent 768289b913
commit e05e616158
3 changed files with 18 additions and 0 deletions
@@ -62,4 +62,8 @@ public final class StandardClassesTest extends SingleFileTranslationTest {
public void testArrayFactoryMethods() throws Exception {
checkFooBoxIsOk();
}
public void testStringBuilder() throws Exception {
checkFooBoxIsOk();
}
}