[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0210.cs
blob3d8763f2de7bbeb0d7aaadc850919227097caadc
1 // CS0210: You must provide an initializer in a fixed or using statement declaration
2 // Line: 8
4 using System.Resources;
6 public class MainClass {
7 static void Main () {
8 using (ResourceReader reader) {