// cs0117: `int' does not contain a definition for 'E'. // Line: 7 class T { public static int Main (string [] args ) { int x = 1.E; } }