[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / gtest-iter-02.cs
blob58b38894eb834217b8b453aae93d6507be600d34
1 using System.Collections.Generic;
3 class C
5 private IEnumerator<KeyValuePair<string, object>> Test ()
7 yield break;
10 public static void Main ()