2010-02-09 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0030-3.cs
blob4bb9fe059a3a4837ef948ff1334dd4bb3748b2ec
1 // cs0030-3.cs : Cannot convert type `string' to `char'
2 // Line : 8
4 public class Blah {
6 public static int Main ()
8 char ch = (char)"a";