blob: 701335cc073d2979cccedd8bbb8a4fc5350d74a2 [file] [log] [blame]
public class Bar {
{
String nullity = "";
if (this != null) {
<caret>
}
}
}