Fixed return value for ArrayList#remove in js library.

Removed unnecessary Kotlin.IndexOutOfBounds.
This commit is contained in:
Zalim Bashorov
2013-03-26 20:31:29 +04:00
parent 7350e14e18
commit 282c69eb6b
4 changed files with 50 additions and 19 deletions
@@ -48,6 +48,10 @@ public final class ArrayListTest extends JavaClassesTest {
fooBoxTest();
}
public void testRemoveWithIndexOutOfBounds() throws Exception {
fooBoxTest();
}
public void testToArray() throws Exception {
fooBoxTest();
}