//method // !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true void foo() { String s = bar(); if (s != null) { zoo(s); } }