Update Range and Progression built-in implementations in js library.
No need to define special method mapping for js ranges/progressions. Support progression companion objects' function fromClosedRange as intrinsic
This commit is contained in:
@@ -24,6 +24,10 @@ public final class RangeTest extends SingleFileTranslationTest {
|
||||
super("range/");
|
||||
}
|
||||
|
||||
public void testCreatingProgressions() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testExplicitRange() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user