1 2 3 4 5 6 7 8 9 10
// CS8081: Expression does not have a name // Line: 8 class C { static void Main () { string s = nameof (Main ()); } }