spoon
spoon copied to clipboard
review: fix(control-flow): Handle synchronized statement in CFG
Currently, a synchronized
statement is completely ignored in the CFG. This PR adds it to the CFG properly.
LGTM will merge