2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1599.cs
blob924ede04cd0d19d72bd8f5b76261dca715b8743a
1 // cs1599.cs: Method or delegate cannot return type `System.TypedReference'
2 // Line: 8
4 using System;
6 class C
8 public TypedReference Method ()
10 return null;