for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs4020.cs
blobee36f62e3895a28939f6a7d85e3d58846220d91e
1 // CS4020: The CallerLineNumber attribute can only be applied to parameters with default value
2 // Line: 8
4 using System.Runtime.CompilerServices;
6 class C
8 public void Trace([CallerLineNumber] int member)