2 using System
.Runtime
.CompilerServices
;
10 public class C
: G
<dynamic>
12 public static int Main ()
14 var da
= typeof (C
).GetCustomAttributes (typeof (System
.Runtime
.CompilerServices
.DynamicAttribute
), false) [0] as DynamicAttribute
;
16 if (!da
.TransformFlags
.SequenceEqual (new bool[] { false, true }
))