// CS1002: Expecting `;' // Line: 8 class MainClass { static void Main () { System.Console.WriteLine((true ? "" : "") "text"); } }