"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0610.cs
bloba3ec56518f13029161eff3de5baf7d1e6f7f9ba8
1 // CS0610: Field or property cannot be of type `System.ArgIterator'
2 // Line: 5
4 public class Sample {
5 System.ArgIterator arg;