Merge pull request #3549 from lewurm/arm64-icache-big-little-fix
[mono.git] / mcs / errors / cs1001-5.cs
1 // CS1001: Unexpected symbol `}', expecting identifier
2 // Line: 6
3
4 public class Foo
5 {
6     public event System.Collections.Generic.IList<int>
7 }