Porting decl tests from partial to strict
[hiphop-php.git] / hphp / hack / test / decl / untyped_prop.php.exp
blobd929ce772cfc48fe7d10ec39c33db61d6ccaf588
1 [("\\Y",
2 (Shallow_decl_defs.Class
3 { Shallow_decl_defs.sc_mode = Mstrict; sc_final = false;
4 sc_is_xhp = false; sc_has_xhp_keyword = false;
5 sc_kind = (Cclass Concrete); sc_module = None;
6 sc_name = ([12:7-8], "\\Y"); 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_implements = [];
10 sc_support_dynamic_type = false; sc_consts = []; sc_typeconsts = [];
11 sc_props =
12 [{ Shallow_decl_defs.sp_name = ([14:10-12], "x"); sp_xhp_attr = None;
13 sp_type = None; sp_visibility = Public; sp_flags = (empty) }
15 sc_sprops = []; sc_constructor = None; sc_static_methods = [];
16 sc_methods = []; sc_user_attributes = []; sc_enum_type = None }))
19 They matched!