Another dist build fix for rx integration, move *.cs file to safe-ish path.
[mono-project.git] / mcs / tests / test-anon-131.cs
blob95b23c3e4183712445370e502367ff171bf29d73
1 using System;
2 public static class A
4 public static void Fail<X> ()
6 EventHandler t = delegate {
7 t = delegate { X foo; };
8 };
11 public static void Main ()