2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0175-2.cs
blob3fabcb37732752d2da06f139702c5b545ca0bede
1 // cs0175-2.cs: Use of keyword `base' is not valid in this context
2 // Line: 13
4 class DerivedClass {
5 public DerivedClass() {
6 base = null;