2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1525-2.cs
blobf8d094b0ad1d7863e898415583fbc2a36c029f22
1 // CS1525: Unexpected symbol `returnValue'
2 // Line: 11
4 public class C
6 public void Foo ()
8 string returnValue = null;
10 returnValue += (1+3)
11 returnValue += ("");