2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0703.cs
blob38ddadfd77d0b6478a2c41f8a112f05c1073513e
1 // CS0703: Inconsistent accessibility: constraint type `I' is less accessible than `C<T>'
2 // Line: 8
4 interface I
8 public class C<T> where T : I