7 lines
78 B
C#
Raw Normal View History

// CS1013: Invalid number
// Line : 6
class X
{
static double i = 1_.2;
}