2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0119-8.cs
blob2ee38442bb45599fa1044297210eb96104217c98
1 // CS0119: Expression denotes a `type', where a `variable', `value' or `method group' was expected
2 // Line: 8
4 class C
6 public static void Main ()
8 int i = (C) +1;