[xbuild] More tweaks for portable debug mode
[mono-project.git] / mcs / errors / cs8081-2.cs
blobdcc1583db8acb7ccba04e22c3b52c875c78fdef6
1 // CS8081: Expression does not have a name
2 // Line: 8
4 class C
6 void Foo ()
8 string s = nameof (this);