// CS8217: Generic type `Stack' takes 1 type parameters, but specified 2. // line: 10 class Stack { } class Test { } class T { Stack a; static void Main() { } }