2 // Special test case for the Compound Assignment for the
3 // second case (not the obvious one, but the one with
12 static int test_method(int vv
)
16 // The cast below will force the expression into being
17 // a byte, and we basically make an explicit cast from
18 // the return of "<<" from int to byte (the right-side type
19 // of the compound assignemtn)
25 public static int Main ()
27 if (test_method (1) != 47)