[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1525-3.cs
blob87b7414212e366000058e32b3c9e17aa62d00eb8
1 // CS1523: Unexpected symbol `~'
2 // Line: 9
4 class D {
5 static int a = 1;
6 static int b = 2;
7 static int Main ()
9 return (a << 1) ~ (b);