[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs0177.cs
blobb222bbede90583b8a0e3c69f87ac7f1a9939941a
1 // CS0177: The out parameter `display' must be assigned to before control leaves the current method
2 // Line: 5
4 class ClassMain {
5 void Error(out bool display) {
8 public static void Main() {