overflow bug has been fixed in net_4_0
[mcs.git] / errors / cs0157.cs
blob645adea33b4c48a9a3044f86435f3ce7e2f53e1a
1 // cs0157.cs: Control cannot leave the body of a finally clause
2 // Line: 9
4 class X {
5 void A ()
7 try {
8 } finally {
9 return;