Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- static class Program
- {
- static Action<T> Y<T>(Func<Action<T>, Action<T>> function) {
- return null;
- }
- private static void Main() {
- // Rename "arg" to "arg1", for example.
- Y<string>(action => arg => { var dummy = arg; });
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment