quote only work on lambda on net_4_0
[mcs.git] / errors / gcs0405.cs
blob7a362e679d2a84f2fcc7c3e73c431f30e1605b67
1 // gcs0405.cs: Duplicate constraint `I' for type parameter `T'
2 // Line: 8
4 interface I { }
6 class Foo<T>
7 where T : I, I