2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / 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";