7 lines
76 B
C#
Raw Normal View History

// CS1013: Invalid number
// Line : 6
class X
{
static float i = 1_f;
}