tag rc1
[mcs.git] / errors / cs1525-13.cs
blobcd091bc9c14add8528e2a2eb5a13f8eb8eff8ba6
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);