for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs0118-10.cs
blobed6c2c5a094d788c5369e4cfb1c9678a0bc72b51
1 // CS0118: `N' is a `namespace' but a `type' was expected
2 // Line: 8
4 namespace N
8 public class C<T> where T : N