[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0246-31.cs
blobb1f71beb2b6434b3d321d5c5d202b466da0955e3
1 // CS0246: The type or namespace name `Etp' could not be found. Are you missing an assembly reference?
2 // Line: 8
4 class Test
6 static void Main ()
8 try {
9 } catch (Etp e) {
10 } catch {