[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs8117.cs
blobde26499b6aa09a2d1a9d5aad340eef3111936109
1 // CS8117: Cannot use null as pattern matching operand
2 // Line: 8
4 class C
6 static object Test ()
8 return null is object res;