[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0081.cs
blob3196a58be6db88f8737259ab297730e85329fdc0
1 // CS0081: Type parameter declaration must be an identifier not a type
2 // Line: 4
4 class D<string>