blob: e69e7336157853fb764b0be6912ed1449d2090ba [file] [log] [blame]
public class Test {
void foo(String container) {
<selection>String parent;
if (container == null && (parent = null) != null && parent != null) {}</selection>
}
}