Fix codegen & bytecode tests after unifying exceptions in JVM backend
See KT-22275 for details
This commit is contained in:
Vendored
+2
-2
@@ -14,8 +14,8 @@ fun asNullablePrimitive(c: AsNonNullPrimitive?) {}
|
||||
fun asNullableReference(c: AsNonNullReference?) {}
|
||||
|
||||
// JVM_TEMPLATES
|
||||
// 6 checkParameterIsNotNull
|
||||
// 0 checkNotNullParameter
|
||||
// 0 checkParameterIsNotNull
|
||||
// 6 checkNotNullParameter
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 4 checkParameterIsNotNull
|
||||
|
||||
Reference in New Issue
Block a user