``` y = if (true) false else 12 ``` Expected: ``` y:any == false ``` Actual: ``` Error: TicIncompatibleAncestorSyntaxNodeException : Incompatible ancestor 2:[U8..Re]Re!=>3:Bo ```