Reports conditional expressions with boolean constant as a condition.

Example:


  true ? result1 : result2
  false ? result1 : result2