JS backend: cleanup strings code.
Added String.size and String.length().
This commit is contained in:
@@ -84,4 +84,8 @@ public final class StringTest extends AbstractExpressionTest {
|
||||
public void testStringSplit() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testExtensionMethods() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user