// Cs1002: Expecting `;' // Line: 10 public class C { public void Foo () { string returnValue = null; returnValue += (1+3) returnValue += (""); } }