KT-22063 Add intrinsics for javaObjectType and javaPrimitiveType
Fix of https://youtrack.jetbrains.com/issue/KT-22063
This commit is contained in:
committed by
Alexander Udalov
parent
d79a4fd9a0
commit
3a50d0d78f
@@ -34,6 +34,7 @@ public class AsmTypes {
|
||||
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 VOID_WRAPPER_TYPE = getType(Void.class);
|
||||
|
||||
public static final Type UNIT_TYPE = Type.getObjectType("kotlin/Unit");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user