[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs4022.cs
blobbfb120c69cf474b98b1feeae0622a794608a8644
1 // CS4022: The CallerMemberName 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([CallerMemberName] string member)