blob: 97a1dfb6f33a73d6cc977ab89140fc94a8e17d4b [file] [log] [blame]
class Test {
void test(Object o) {
if (o == null) return<caret>
String foo = "foo";
}
}