[FIR] Don't assume that exit lambda node is target for exceptional exit for inplace lambdas
#KT-39709 Fixed #KT-43156 Fixed
This commit is contained in:
committed by
teamcityserver
parent
440cf78884
commit
87380d1913
+1
-1
@@ -98,7 +98,7 @@ class DefiniteInitializationAfterThrow {
|
||||
if (bar()) throw RuntimeException()
|
||||
a = 42
|
||||
}
|
||||
<!UNINITIALIZED_VARIABLE!>a<!>.hashCode()
|
||||
a.hashCode()
|
||||
}
|
||||
fun bar() = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user