2006-09-21 Mike Kestner <mkestner@novell.com>
[mcs.git] / errors / bug13.cs
blob91016d0a7c7e76d7dfb2c660003c87528e780088
1 using System;
3 class X {
4 static void Main ()
6 Type t = null;
8 if (t.GetType () == null)
9 return;