[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs1519-3.cs
blob3f050dcda634e8757b8e311cf2b6208bbfae6b0f
1 // CS1519: Unexpected symbol `using' in class, struct, or interface member declaration
2 // Line: 5
4 class X { }
5 using System;