[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / 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 += ("");