3cffb33ab7
This feature is not needed because it is unconditionally disabled for K1 (because of not fully correct implementation) and unconditionally enabled in K2 (K2 does not support old behavior) ^KT-38895
6 lines
101 B
Kotlin
Vendored
6 lines
101 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
// ISSUE: KT-47447
|
|
// FULL_JDK
|
|
|
|
fun test()= java.util.Objects.requireNonNull(1 + 1)
|