diff --git a/test/strucType/javFiles/testFieldMethod.jav b/test/strucType/javFiles/testFieldMethod.jav index 98a56240..93ae6c4d 100644 --- a/test/strucType/javFiles/testFieldMethod.jav +++ b/test/strucType/javFiles/testFieldMethod.jav @@ -4,7 +4,7 @@ import java.lang.Integer; class M { f; - mM(x, y) { return f.mF(x, y); } + mM(x, y) { return x.m2(f.mF(x.g, y)); } mInt(Integer x) { return x.doubleValue(); } } \ No newline at end of file