"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs1644-39.cs
blob877c248e87032dc25e4c9109445e013e01844920
1 // CS1644: Feature `expression bodied members' cannot be used because it is not part of the C# 5.0 language specification
2 // Line: 7
3 // Compiler options: -langversion:5
5 class C
7 int M () => 0;