2003-04-29 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[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 }