KT-2342: Type mismatch on Int division.
# KT-2342 Fixed
This commit is contained in:
@@ -41,4 +41,8 @@ public final class NumberTest extends SingleFileTranslationTest {
|
||||
public void testByteAndShortConversions() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testDivision() throws Exception {
|
||||
fooBoxIsValue("SUCCESS");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user