2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0594-4.cs
blob5754b10a2ccf3b1b087b72422f8e275c0454a2d6
1 // cs0594-4.cs: Floating-point constant is outside the range of type `float'
2 // Line: 6
4 class X {
5 public static void Main() {
6 float b = 11111111111111111111111111111111111122222222222222222f;