JS backend: fix kt-5345 (Type mismatch on Int / Float division)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user