[xbuild] More tweaks for portable debug mode
[mono-project.git] / mcs / errors / cs0664.cs
blobfd8c02c1fc783cbfccc3e6f7045cb9ec0151660b
1 // CS0664: Literal of type double cannot be implicitly converted to type `float'. Add suffix `f' to create a literal of this type
2 // Line: 6
3 class X {
4 void A ()
6 float f = 2.0;