"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0157.cs
blobeef17a84c1ceefc4bba52dd8dc8399209908a291
1 // CS0157: Control cannot leave the body of a finally clause
2 // Line: 9
4 class X {
5 void A ()
7 try {
8 } finally {
9 return;