blob: c2301a434ec931dcd27a9d59094c319342b12c70 [file] [log] [blame]
import java.util.Set;
class Expr {
private Set[] myField;
public void meth() {
myField = new Set[1];
}
}