KT-2342: Type mismatch on Int division.

# KT-2342 Fixed
This commit is contained in:
Pavel V. Talanov
2012-07-23 19:38:54 +04:00
parent 69e1b8d407
commit 3ce9022f6b
3 changed files with 93 additions and 10 deletions
@@ -41,4 +41,8 @@ public final class NumberTest extends SingleFileTranslationTest {
public void testByteAndShortConversions() throws Exception {
fooBoxTest();
}
public void testDivision() throws Exception {
fooBoxIsValue("SUCCESS");
}
}