[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs8082-3.cs
blobee3c57e397ec0da37285bf7f75afdee142a4d9ed
1 // CS8082: An argument to nameof operator cannot include sub-expression
2 // Line: 8
4 class C
6 void Foo ()
8 var v = nameof (this?.Equals);