JS backend: fix StringBuilder append #KT-4064 Fixed
This commit is contained in:
@@ -62,4 +62,8 @@ public final class StandardClassesTest extends SingleFileTranslationTest {
|
||||
public void testArrayFactoryMethods() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testStringBuilder() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user