2 // This test exercises the access to a field instance from an instance
3 // method that has an anonymous method.
16 // The loop just forces the creation of a helper class, so
17 // that the anonymous method is not placed side-by-side this
20 for (int i
= a
; i
< 10; i
++){
23 Console
.WriteLine ("Before: {0} {1} {2}", f
, i
, j
);
36 Console
.WriteLine ("Failed:" + s
.f
);