2010-05-13 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git] / mcs / tests / gtest-333.cs
blob04892ec75093a1571b11423fe120fe48256daf12
1 public class Test
3 public static void Main ()
7 public static void Foo (object arg)
9 string result = arg as string ?? "";