2010-04-14 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1525-2.cs
blob36de1f5f99f510f4c30c23c5a854a45a8abec591
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 += ("");