Merge pull request #1900 from esdrubal/cyclic-ref
[mono-project.git] / mcs / errors / cs7080.cs
blob4da50751b92f3f21eb5591aae33101541723614e
1 // CS7080: The CallerMemberNameAttribute applied to parameter `o' will have no effect. It is overridden by the CallerFilePathAttribute
2 // Line: 9
3 // Compiler options: -warnaserror
5 using System.Runtime.CompilerServices;
7 class D
9 void Foo ([CallerMemberName, CallerFilePath] object o = null)