2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0246-8.cs
blob016d1c9b722f178e412379b3ebe9247e2e054ff0
1 // gcs0246-8.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 : C<B>
6 class B {}
9 interface C<X> {}