**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.
Input:
Output:
error CS1513: } expected
Expected behavior:
formats without error
When replacing
iswith==it works fine.