for "build" config, import corlib common sources at unix instead (#11989)
[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;