ignores
[mcs.git] / errors / gcs0703-3.cs
blob95b03d1af4946bce33a259278942daae12bb7fd1
1 // CS0703: Inconsistent accessibility: constraint type `C.I' is less accessible than `Foo<T>()'
2 // Line: 10
4 public class C
6 interface I
10 public void Foo<T>() where T : I