[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs4018.cs
blob47d216f2d8cffce1f00b57e41a5abf894701323f
1 // CS4018: The CallerFilePath attribute cannot be applied because there is no standard conversion from `string' to `int'
2 // Line: 8
4 using System.Runtime.CompilerServices;
6 class C
8 public void Trace([CallerFilePath] int member = 0)