Int#downto

This commit is contained in:
Pavel V. Talanov
2012-07-20 12:38:07 +04:00
parent ad94786555
commit 8eb0fb31ca
4 changed files with 21 additions and 1 deletions
@@ -48,4 +48,8 @@ public final class RangeTest extends SingleFileTranslationTest {
public void testIntUpTo() throws Exception {
fooBoxTest();
}
public void testIntDownTo() throws Exception {
fooBoxTest();
}
}