[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-436.cs
blobd8f742537d54fda1bc15633a92ad249e81a617b9
1 using foo = System.Collections;
3 class X : foo::IEnumerable {
4 foo::IEnumerator foo::IEnumerable.GetEnumerator () { return null; }
5 public static void Main ()
7 System.Collections.IEnumerable x = new X ();