A lot of assorted fixes and additions
[mono.git] / mcs / errors / cs0246.cs
1 // cs0246.cs: can not find type `B'
2 // Line: 4
3 interface A : B {
4 }
5
6 class X {
7         static void Main () {
8         }
9 }