public class Aaa { String ggetAaa() { } void foo(int a, Object b) { } void save() { foo(239, ggetAaa()<caret>); } }