blob: d23667287b0ca495c4a5a4e7e0c34cd92ec94a5a [file] [log] [blame]
//method
// !SPECIFY_LOCAL_VARIABLE_TYPE_BY_DEFAULT: true
void foo() {
String s = bar();
if (s != null) {
zoo(s);
}
}