1 // CS0136: A local variable named `t' cannot be declared in this scope because it would give a different meaning to `t', which is already used in a `child' scope to denote something else
5 public delegate void Hello (Test test
);
9 public void Whatever ()
14 Hello hello
= delegate (Test t
) {