2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs0104-2.cs
1 using Gdk;
2 using System.Drawing;
3
4 public class Plot {
5         void M ()
6         {
7                 Graphics g;
8         }
9         
10         
11         static void Main ()
12         {
13         }
14 }
15
16
17 namespace Gdk {
18         public class Graphics {
19         }
20 }
21
22 namespace System.Drawing {
23         public class Graphics {
24         }
25 }