cleol
[mcs.git] / tests / gtest-anon-14.cs
blob6157a8540bd5f3d6a6e2f3aed8d743ba6ee90735
1 using System;
3 class T{
4 void SomeMethod (Converter <Int32, Int32> converter) {}
5 void SomeCaller () {
6 SomeMethod (delegate (Int32 a) { return a; });
9 static void Main ()
10 { }