JS backend: cleanup strings code.

Added String.size and String.length().
This commit is contained in:
develar
2013-08-06 17:24:48 +04:00
committed by Zalim Bashorov
parent 678f6601dd
commit 7c18ab3ca8
9 changed files with 37 additions and 79 deletions
@@ -84,4 +84,8 @@ public final class StringTest extends AbstractExpressionTest {
public void testStringSplit() throws Exception {
checkFooBoxIsOk();
}
public void testExtensionMethods() throws Exception {
fooBoxTest();
}
}