// CS0305: Using the generic type `Stack' requires `1' type argument(s) // Line: 9 class Stack { } class X { Stack stack; }