Support is and as
[hiphop-php.git] / hphp / hack / test / decl / class_const_with_parens.php.exp
blob85b2068f1d7e7d8b6a6fdb86b92ead05170b8e2f
1 [("\\C",
2 (Shallow_decl_defs.Class
3 { Shallow_decl_defs.sc_mode = Mstrict; sc_final = false;
4 sc_abstract = false; sc_is_xhp = false; sc_internal = false;
5 sc_has_xhp_keyword = false; sc_kind = (Cclass Concrete);
6 sc_module = None; sc_name = ([3:7-8], "\\C"); sc_tparams = [];
7 sc_where_constraints = []; sc_extends = []; sc_uses = [];
8 sc_xhp_attr_uses = []; sc_xhp_enum_values = {}; sc_req_extends = [];
9 sc_req_implements = []; sc_req_class = []; sc_implements = [];
10 sc_support_dynamic_type = false;
11 sc_consts =
12 [{ Shallow_decl_defs.scc_abstract = Typing_defs.CCConcrete;
13 scc_name = ([4:13-14], "X");
14 scc_type = (Rhint ([4:9-12]), (Tprim Tint)); scc_refs = [] };
15 { Shallow_decl_defs.scc_abstract = Typing_defs.CCConcrete;
16 scc_name = ([5:13-14], "Y");
17 scc_type = (Rhint ([5:9-12]), (Tprim Tint)); scc_refs = [] }
19 sc_typeconsts = []; sc_props = []; sc_sprops = [];
20 sc_constructor = None; sc_static_methods = []; sc_methods = [];
21 sc_user_attributes = []; sc_enum_type = None }))
24 They matched!