public void IteratorNegativePostElemEqParam2() {
   var test2 = new CodeUnderTest.IteratorSimpleContract.Test2();
   string[] strs = { "aaa", "hello" };
   test2.Test1g(strs, "hello");
 }