[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0184-9.cs
blob6c45e4ea59570801363640dc0b551ab8ffcb1a58
1 // CS0184: The given expression is never of the provided (`T') type
2 // Line: 9
3 // Compiler options: -warnaserror -warn:1
5 class X<T> where T : class
7 static void Foo ()
9 if (1 is T) {