Add a warning for code like this ```js let x = if a { b; // warning: else branch has a trailing expression while if branch doesn't } else { c }; ```