Coerce any type to Number before unboxing
This commit is contained in:
@@ -456,4 +456,8 @@ public class PrimitiveTypesTest extends CodegenTestCase {
|
||||
public void test2794() throws Exception {
|
||||
blackBoxFile("regressions/kt2794.kt");
|
||||
}
|
||||
|
||||
public void testUnboxComparable() {
|
||||
blackBoxFile("primitiveTypes/unboxComparable.kt");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user