90b0ea73dc
#KT-30640 Fixed #KT-22412 Fixed
5 lines
119 B
Plaintext
Vendored
5 lines
119 B
Plaintext
Vendored
// FIX: Replace with 'requireNotNull()' call
|
|
// WITH_RUNTIME
|
|
fun test(foo: Int?) {
|
|
requireNotNull(foo) { "test" }
|
|
} |