You've already forked linux-packaging-mono
Imported Upstream version 4.4.0.40
Former-commit-id: 6427cc082e74df30afc535fd906a3494b74b0817
This commit is contained in:
11
mcs/errors/cs8082-2.cs
Normal file
11
mcs/errors/cs8082-2.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
// CS8082: An argument to nameof operator cannot include sub-expression
|
||||
// Line: 9
|
||||
|
||||
class C
|
||||
{
|
||||
void Foo ()
|
||||
{
|
||||
dynamic o = null;
|
||||
var s = nameof (o.ToString ().Equals);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user