Fix for KT-16225: enumValues non-reified stub implementation references nonexistent method
#KT-16225 Fixed
This commit is contained in:
@@ -29,6 +29,7 @@ public class AsmTypes {
|
||||
public static final Type JAVA_STRING_TYPE = getType(String.class);
|
||||
public static final Type JAVA_THROWABLE_TYPE = getType(Throwable.class);
|
||||
public static final Type JAVA_CLASS_TYPE = getType(Class.class);
|
||||
public static final Type ENUM_TYPE = getType(Enum.class);
|
||||
|
||||
public static final Type UNIT_TYPE = Type.getObjectType("kotlin/Unit");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user