[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1525-50.cs
blob89cae6c968324db7c44cfea8f67611c8d7e2c363
1 // CS1525: Unexpected symbol `}', expecting `{' or `when'
2 // Line: 11
4 using System;
6 class MyTest
8 public static void Main (string[] args)
10 try {
11 } catch (Exception)