[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs1908-3.cs
blob90bf3a96b503927eedcc93b0ffd352ac2e871c9c
1 // CS1908: The type of the default value should match the type of the parameter
2 // Line:
4 class Test<T> where T : class {
5 internal void f ([System.Runtime.InteropServices.DefaultParameterValue (null)] T x)