On master, ```erlang f(X, #{0 := X, 0 := Y}) -> try #{ok => ok} of Y -> bnot (Y = X) after ok end. ``` crashes erlc with the message: ``` consistency_try:1: function f/2+13: Internal consistency check failed - please report this bug. Instruction: {jump,{f,8}} Error: {illegal_branch,try_handler,8}: ```