a6e58edfb9
Now behavior is the same as in OI for these cases.
The behavior was changed in 100a6f70ca
7 lines
166 B
Plaintext
Vendored
7 lines
166 B
Plaintext
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+NewInference
|
|
// WITH_RUNTIME
|
|
|
|
@Throws(Throwable::class)
|
|
fun a(b: Boolean) {
|
|
throw if (b) RuntimeException() else Exception()
|
|
} |