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