// COMPILER_ARGUMENTS: -XXLanguage:-NewInference // WITH_RUNTIME fun a(b: Boolean) { throw if (b) RuntimeException() else Exception() }