DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0081-2.cs
123456789
// CS0081: Type parameter declaration must be an identifier not a type // Line: 6 class D { public void Foo<int>() { } }