[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0029.cs
blob413b4f5c9788f8d2dda023ce27d5a0d662032fc1
1 // CS0029: Cannot implicitly convert type `X' to `bool'
2 // Line : 11
4 class X {
7 class T {
8 static void Main ()
10 X x = new X ();
11 if (x){