Do not use KotlinTypeMapper when generating JVM assert inline intrinsics

This commit is contained in:
Alexander Udalov
2019-09-04 18:12:44 +02:00
parent 15bfb7498c
commit 8efbcc5350
3 changed files with 11 additions and 17 deletions
@@ -39,6 +39,7 @@ public class AsmTypes {
public static final Type RESULT_FAILURE = Type.getObjectType("kotlin/Result$Failure");
public static final Type FUNCTION0 = Type.getObjectType("kotlin/jvm/functions/Function0");
public static final Type FUNCTION1 = Type.getObjectType("kotlin/jvm/functions/Function1");
public static final Type[] PROPERTY_REFERENCE_IMPL = {