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

gtest-346.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f99fc8a65c07396116df19cbf5cfff6e04e02d49 (plain)
1
2
3
4
5
6
7
8
9
10
public class test
{
	public void CreateSimpleCallSite(int x) {}
	public void CreateSimpleCallSite<A>() {}
	public void CreateSimpleCallSite<A>(int x) {}
		
	public static void Main ()
	{
	}
}