1 // CS7080: The CallerMemberNameAttribute applied to parameter `o' will have no effect. It is overridden by the CallerFilePathAttribute
3 // Compiler options: -warnaserror
5 using System
.Runtime
.CompilerServices
;
9 void Foo ([CallerMemberName
, CallerFilePath
] object o
= null)