**** Merged from MCS ****
[mono-project.git] / mcs / errors / gcs0305-4.cs
blob5a873787bd2452ea958adbe73d4f6bbdd667e69d
1 // CS8217: Generic type `Stack' takes 1 type parameters, but specified 2.
2 // line: 10
3 class Stack<T> {
6 class Test {
9 class T {
10 Stack<Test,Test> a;
12 static void Main()