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:
+3
-3
@@ -16,7 +16,7 @@ fun box(u: Int) {
|
||||
}
|
||||
|
||||
// 0 IFNULL
|
||||
// 1 IFNONNULL
|
||||
// 1 throwNpe
|
||||
// 0 IFNONNULL
|
||||
// 0 throwNpe
|
||||
// 0 ATHROW
|
||||
// 0 checkNotNull
|
||||
// 1 checkNotNull \(Ljava/lang/Object;\)V
|
||||
|
||||
Reference in New Issue
Block a user