"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs1644-43.cs
blobc212fe909306282ac359734c2ffff973922a1200
1 // CS1644: Feature `nameof operator' cannot be used because it is not part of the C# 5.0 language specification
2 // Line: 10
3 // Compiler options: -langversion:5
5 class C
7 static void Main ()
9 var n = nameof (Main);