Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs1525-10.cs
blobca5ff02ecb270baaec7876c3ec476a3c327c487b
1 // CS1525: Unexpected symbol `ref', expecting `.', `?', `[', `<operator>', or `identifier'
2 // Line: 8
4 public class Test
6 static void Main ()
8 string ref = "abc";