DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0308-4.cs
12345678910
// CS0308: The non-generic type `Stack' cannot be used with the type arguments // Line: 9 class Stack { } class X { Stack<float> stack; }