Generate unboxing operation on boxed class not Number.class when possible
This commit is contained in:
@@ -31,6 +31,8 @@ public class AsmTypes {
|
||||
public static final Type JAVA_CLASS_TYPE = getType(Class.class);
|
||||
public static final Type ENUM_TYPE = getType(Enum.class);
|
||||
public static final Type NUMBER_TYPE = getType(Number.class);
|
||||
public static final Type BOOLEAN_WRAPPER_TYPE = getType(Boolean.class);
|
||||
public static final Type CHARACTER_WRAPPER_TYPE = getType(Character.class);
|
||||
|
||||
public static final Type UNIT_TYPE = Type.getObjectType("kotlin/Unit");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user