2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0703-3.cs
blob72e78e16ffd352e992516942c3a572f2ad76b378
1 // CS0703: Inconsistent accessibility: constraint type `C.I' is less accessible than `C.Foo<T>()'
2 // Line: 10
4 public class C
6 interface I
10 public void Foo<T>() where T : I