blob: 56be9343887bc5d0d48bb9ca060c59cac769e72d [file] [log] [blame]
//method
void foo(String s) {
if (s != null) {
zoo(s);
}
}