package com.txp.temp; public class Test { private int m; public int inc() { return m + 1; } }