* default.build: Fix relative path to key. Avoid use of ugly foreach
[mono.git] / mcs / errors / bug17.cs
1 //
2 // Fixed
3 //
4 class X {
5         static void Main ()
6         {
7 double x = 64.0;
8 System.Console.WriteLine("x = " + x.ToBoolean(null));
9 }
10 }