resync
[mcs.git] / errors / cs1002-2.cs
bloba0d4c8e1244a0b5084c5021517c9fa53a2ef2ff5
1 // Cs1002: Expecting `;'
2 // Line: 10
4 public class C
6 public void Foo ()
8 string returnValue = null;
10 returnValue += (1+3)
11 returnValue += ("");