Fix bytecode text tests for language version 1.4
New null check assertions are generated a bit more efficiently, with a call to `checkNotNull` instead of IFNONNULL+jump.
This commit is contained in:
Vendored
+2
-2
@@ -18,5 +18,5 @@ fun asNullableReference(c: AsNonNullReference?) {}
|
||||
// 6 checkNotNullParameter
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 4 checkParameterIsNotNull
|
||||
// 0 checkNotNullParameter
|
||||
// 0 checkParameterIsNotNull
|
||||
// 4 checkNotNullParameter
|
||||
|
||||
Reference in New Issue
Block a user