[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0306-4.cs
blob4653512e55be5d9efcaaee0accddbdc01df88afa
1 // CS0306: The type `S' may not be used as a type argument
2 // Line: 13
3 // Compiler options: -langversion:latest
5 public ref struct S
9 class Test<T>
11 public static void Foo ()
13 Test<S> local;