2005-06-27 Geoff Norton <gnorton@customerdna.com>
[mono-project.git] / mcs / errors / cs1599.cs
blob24d34406606f134228f1f9bbc145eabccc12d65e
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;