Revert "doh, miscopied file names."
[mono-project.git] / mcs / errors / cs1599-3.cs
blobe4869dcaf70711d7058b4418667bab54b5ff9e0c
1 // CS1599: Method or delegate cannot return type `System.ArgIterator'
2 // Line: 8
4 using System;
6 class C
8 delegate ArgIterator Test (int arg);