2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0699-2.cs
blob136769e8c5d8077d979436ff2fb2041a60d4e606
1 // CS0699: `I<T>': A constraint references nonexistent type parameter `U'
2 // Line: 8
4 partial interface I<T>
8 partial interface I<T> where U : class