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:
@@ -2,4 +2,4 @@ val a : Int? = 10
|
||||
|
||||
fun foo() = a!!.toString()
|
||||
|
||||
// 1 IFNONNULL
|
||||
// 1 checkNotNull \(Ljava/lang/Object;\)V
|
||||
|
||||
Reference in New Issue
Block a user