[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1908.cs
blob0361a22f20feac73e1410fb48c43931fc04a0550
1 // CS1908: The type of the default value should match the type of the parameter
2 // Line: 5
4 class Test {
5 internal void f ([System.Runtime.InteropServices.DefaultParameterValue (1)] short x)