Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / errors / cs1519-5.cs
1 // CS1519: Unexpected symbol `}' in class, struct, or interface member declaration
2 // Line: 7
3
4 public class Foo
5 {
6         public f 
7 }