2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0704.cs
blob58ee413ff4971a2a90d4e7f1db5417b642d60ce4
1 // CS0704: A nested type cannot be specified through a type parameter `T'
2 // Line: 6
4 class G<T>
6 T.A x;