Merge pull request #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git] / mcs / errors / cs0103-16.cs
blobda73c33c0a76ef6806236f196462adc24ce6c16f
1 // CS0103: The name `nameof' does not exist in the current context
2 // Line: 8
4 static class C
6 static void Main ()
8 string s = nameof (nameof);