Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gtest-333.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04892ec75093a1571b11423fe120fe48256daf12 (plain)
1
2
3
4
5
6
7
8
9
10
11
public class Test
{
	public static void Main ()
	{
	}

	public static void Foo (object arg)
	{
	      string result = arg as string ?? "";
	}
}