Files
kotlin-fork/compiler/testData/diagnostics/tests/smartCasts
Brian Norman 1acdb3c143 [FIR] finally CFG exit node jump edges should match enter node edges
Jump edge targets are maintained globally within the CFG builder and are
added indiscriminately to `finally` exit nodes. This means that a
`finally` exit node could have a jump edge added which doesn't match how
the `finally` block was entered. Make sure edges are only added to the
exit node if they also exist on the enter node.

#KT-60723 Fixed
2023-07-27 13:05:58 +00:00
..
2022-11-22 15:44:32 +00:00
2021-11-12 15:20:45 +03:00
2021-05-05 18:20:51 +03:00
2021-05-05 18:20:51 +03:00
2023-01-31 07:53:10 +00:00
2023-01-31 07:53:10 +00:00