mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
JVM IR: generate call to checkNotNull in IrCheckNotNull since 1.4
#KT-22275
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// !API_VERSION: LATEST
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
fun test(s: String?): Int {
|
||||
s!!
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// !API_VERSION: LATEST
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
fun test(s: String?): Int {
|
||||
s!!
|
||||
|
||||
Reference in New Issue
Block a user