[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs0594-3.cs
blob43aabb88ab991a4649d7c0ab47a78a12f19fdf2d
1 // CS0594: Floating-point constant is outside the range of type `float'
2 // Line: 6
4 class X {
5 public static void Main() {
6 float f = 1.0e999999f;