"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0664-4.cs
blob49c16849a55d10ca6db5bd6b8963c030763f4342
1 // CS0664: Literal of type double cannot be implicitly converted to type `decimal'. Add suffix `m' to create a literal of this type
2 // Line: 7
4 class X {
5 void A ()
7 decimal d = -2.0;