**Input:** ```csharp public class ClassName { public void M() { var x = y is y ? [] : z ?? []; } } ``` **Output:** error CS1513: } expected **Expected behavior:** formats without error --- When replacing `is` with `==` it works fine.