cfa48b5cc0
When both sides of an equality expression are null or Nothing?, only the right side is receiving implications within the data-flow. Make sure the left side has implications add as well. This is important for boolean conditions when implications from both sides need to be combined. ^KT-63535 Fixed