[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs1908-2.cs
blob35b61b1da754f54998bdf265b9c93cded2bb3b3b
1 // CS1908: The type of the default value should match the type of the parameter
2 // Line:
4 class Test {
5 internal void f ([System.Runtime.InteropServices.DefaultParameterValue (null)] short x)