2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / dcs0165.cs
blob9b610e49e28f51ee3841012edee691283f53bd00
1 // CS0165: Use of unassigned local variable `errors'
2 // Line: 9
3 // Compiler options: -langversion:future
5 class T
7 static void Main ()
9 dynamic errors;
10 errors.Call ();