float
double
このようなリテラル式は同等の float リテラルに置換できます。
例:
float f = (float)1.1;
クイックフィックス適用後:
float f = 1.1f;