FIR CFA: keep UncaughtExceptionPath separated

This commit is contained in:
Jinseong Jeon
2021-03-11 23:46:19 -08:00
committed by TeamCityServer
parent 06a80c0b34
commit d27ecca0e9
2 changed files with 21 additions and 11 deletions
@@ -13,7 +13,7 @@ object ThrowInTryWithCatch {
}
object ThrowInTryWithCatchAndFinally {
<!MUST_BE_INITIALIZED_OR_BE_ABSTRACT!>private val p: String<!>
private val p: String
init {
try {
@@ -53,7 +53,7 @@ object RethrowInCatch {
}
object RethrowInCatchWithFinally {
<!MUST_BE_INITIALIZED_OR_BE_ABSTRACT!>private val p: String<!>
private val p: String
init {
try {
@@ -134,7 +134,7 @@ object InnerCatch {
}
object InnerCatchWithFinally {
<!MUST_BE_INITIALIZED_OR_BE_ABSTRACT!>private val p: String<!>
private val p: String
init {
try {
@@ -169,7 +169,7 @@ object InnerCatchOuterRethrow {
}
object InnerCatchOuterRethrowWithFinally {
<!MUST_BE_INITIALIZED_OR_BE_ABSTRACT!>private val p: String<!>
private val p: String
init {
try {