Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-346.cs
1 public class test
2 {
3         public void CreateSimpleCallSite(int x) {}
4         public void CreateSimpleCallSite<A>() {}
5         public void CreateSimpleCallSite<A>(int x) {}
6                 
7         public static void Main ()
8         {
9         }
10 }