public void IteratorGenStrNegPostAllNN() {
   var test4 = new CodeUnderTest.IteratorSimpleContract.Test4<CodeUnderTest.IteratorSimpleContract.A>(new CodeUnderTest.IteratorSimpleContract.A("hello"));
   test4.Test1aa(new CodeUnderTest.IteratorSimpleContract.A(""));
 }