[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / errors / cs1599-2.cs
blob28aa05b2ed3cb63ee97a6e1f16f0b9086e66d6c4
1 // CS1599: The return type of `System.ArgIterator' is not allowed
2 // Line: 8
4 using System;
6 class C
8 public ArgIterator Method ()
10 return null;