Added regression tests for KT-2474 Range lacks reverse() in JavaScript backend
#KT-2474 Fixed
This commit is contained in:
@@ -57,4 +57,8 @@ public final class RangeTest extends SingleFileTranslationTest {
|
||||
public void testIntDownTo() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testReverse() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user