JS backend: fix kt-5345 (Type mismatch on Int / Float division)

This commit is contained in:
Michael Nedzelsky
2014-07-22 12:24:32 +04:00
parent 740fe70b22
commit ee67546f8f
3 changed files with 29 additions and 1 deletions
@@ -50,6 +50,11 @@ public final class NumberTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
// KT-5345 Type mismatch on Int / Float division
public void testIntDivFloat() throws Exception {
checkFooBoxIsOk();
}
public void testHexademicalConstant() throws Exception {
try {
fooBoxTest();