2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1525-13.cs
blobb20dce864b7e7fb3f21727ccd536a87ec1eaca49
1 // CS1525: Unexpected symbol `)', expecting `.' or `['
2 // Line: 10
4 using System.Collections;
6 class Collection : CollectionBase
8 public int Add (int x)
10 return ((IList) base).Add (x);