Files
kotlin-fork/compiler/testData/diagnostics/tests
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-06-28 16:58:20 +02:00
2023-05-24 08:56:21 +00:00
2022-02-25 11:46:27 +00:00
2022-02-25 11:46:27 +00:00
2022-02-25 11:46:27 +00:00