Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / 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