Minor, move constant to the proper place

This commit is contained in:
Alexander Udalov
2015-06-01 11:05:09 +03:00
parent df4d5a3ae2
commit 4f77b44ac3
2 changed files with 4 additions and 2 deletions
@@ -59,6 +59,8 @@ public class AsmTypes {
public static final String REF_TYPE_PREFIX = "kotlin/jvm/internal/Ref$";
public static final Type OBJECT_REF_TYPE = Type.getObjectType(REF_TYPE_PREFIX + "ObjectRef");
public static final Type DEFAULT_CONSTRUCTOR_MARKER = Type.getObjectType("kotlin/jvm/internal/DefaultConstructorMarker");
@NotNull
private static Type reflect(@NotNull String className) {
return Type.getObjectType("kotlin/reflect/" + className);