class Test { int getValue() { return 3; } void cc() { getValue(); } }