[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1599-2.cs
blob941ff6bb0d6bbabfab29aac25e4cdfcd59bbe8c5
1 // CS1599: Method or delegate cannot return type `System.ArgIterator'
2 // Line: 8
4 using System;
6 class C
8 public ArgIterator Method ()
10 return null;