import java.lang.Integer; public class Field { public Integer x = 5; m(){ return x; } }