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