JVM IR: generate call to checkNotNull in IrCheckNotNull since 1.4

#KT-22275
This commit is contained in:
Alexander Udalov
2019-08-20 16:01:53 +02:00
parent acc86be043
commit 9d257a1ed8
6 changed files with 11 additions and 36 deletions

View File

@@ -1,5 +1,4 @@
// !API_VERSION: LATEST
// IGNORE_BACKEND: JVM_IR
fun test(s: String?): Int {
s!!

View File

@@ -1,5 +1,4 @@
// !API_VERSION: LATEST
// IGNORE_BACKEND: JVM_IR
fun test(s: String?): Int {
s!!