using System; public class C { static void Test(T value, Func postProcessor = null) { } public static int Main () { Test (""); return 0; } }