// CS1031: Type expected // Line: 9 using System; public class Test { static void Main () { string [] array = new [] { "Foo", "Bar", "Baz" }; } }