cleol
[mcs.git] / errors / cs0246-16.cs
blob127a1b5e4cbcdc8ed319bf66427ae343b598f7f0
1 // cs0246-16.cs: The type or namespace name `B' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 4
4 class A : B
6 public class B
7 { }