[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs1525-10.cs
blob3bd7f52d6da1ad822a9c929c94c563c729da4dc0
1 // CS1525: Unexpected symbol `ref'
2 // Line: 8
4 public class Test
6 static void Main ()
8 string ref = "abc";