[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0139-7.cs
blobe63b548129963220af0ab280dd4f01397636115d
1 // CS0139: No enclosing loop out of which to break or continue
2 // Line: 9
4 class Foo {
5 static void Main ()
7 try {}
8 finally {
9 continue;