2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs0246-7.cs
blob7e22a259f1b83ac1bfc8ef0a4c071e63fe6ba365
1 // gcs0246.cs: The type or namespace name `Stack`1' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 9
4 class Stack
5 { }
7 class X
9 Stack<float> stack;