2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0246.cs
blobfcb78d757b8d1ffba9c19f3eec9ecfb2dd52e066
1 // cs0246.cs: The type or namespace name `B' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 4
3 interface A : B {
6 class X {
7 static void Main () {