mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
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:
@@ -20,5 +20,5 @@ fun test() {
|
||||
|
||||
// @KKt.class:
|
||||
// 0 IFNULL
|
||||
// 1 IFNONNULL
|
||||
// 1 checkNotNull \(Ljava/lang/Object;\)V
|
||||
// 0 NULL-1
|
||||
Reference in New Issue
Block a user