2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0594-4.cs
blobaae24d3e1194460c903480f555b975f9fe4cde46
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;