1 // CS0158: The label `Foo' shadows another label by the same name in a contained scope
5 public delegate void Hello (Test test
);
9 public void Whatever ()
12 static void RunIt (Test t
)
14 Hello hello
= delegate (Test test
) {
16 Hello hello2
= delegate (Test test2
) {