w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0221-7.cs
blob0ce1bb0cc8cba68e9b110453bcb414c2e27d42ce
1 // CS0221: Constant value `-Infinity' cannot be converted to a `ushort' (use `unchecked' syntax to override)
2 // Line: 6
4 class X {
5 static void Main () {
6 System.Console.WriteLine ((ushort)double.NegativeInfinity);