[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0215.cs
blob95d77a546b7e7b052406edb247395e170830b779
1 // CS0215: The return type of operator True or False must be bool
2 // Line: 11
4 class Blah {
6 public static void Main ()
11 public static int operator true (Blah i) {}