[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs1599.cs
blob871d9fb3e7a2bf515bace3750637f208f8c47513
1 // CS1599: The return type of `System.TypedReference' is not allowed
2 // Line: 8
4 using System;
6 class C
8 public TypedReference Method ()
10 return null;