// cs0664.cs: Literal of type double cannot be implicity converted to Float, use F suffix // Line: 6 class X { void A () { float f = 2.0; } }