2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1525-14.cs
blobfde8fb71ab4beea217389a001b2978b7c564a60a
1 // CS1525: Unexpected symbol `=', expecting `.' or `['
2 // Line: 8
4 class DerivedClass
6 public DerivedClass ()
8 base = null;