class Test { void get(){ boolean toInline = false; if (!toInline) return; } }