You've already forked linux-packaging-mono
Imported Upstream version 3.8.0
Former-commit-id: 6a76a29bd07d86e57c6c8da45c65ed5447d38a61
This commit is contained in:
12
mcs/errors/cs7080.cs
Normal file
12
mcs/errors/cs7080.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// CS7080: The CallerMemberNameAttribute applied to parameter `o' will have no effect. It is overridden by the CallerFilePathAttribute
|
||||
// Line: 9
|
||||
// Compiler options: -warnaserror
|
||||
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
class D
|
||||
{
|
||||
void Foo ([CallerMemberName, CallerFilePath] object o = null)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user