Show title in quickfix .exp files
commitc9c5a3fee9aabfaa181334a6e456eb5bbc6dbac7
authorWilfred Hughes <wilfred@fb.com>
Tue, 14 Dec 2021 19:13:55 +0000 (14 11:13 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 14 Dec 2021 19:19:38 +0000 (14 11:19 -0800)
tree3d8dd2d99c0129894466ef18905d1f8d73cfcc02
parent92491d19bc75eee532d2d9ed3fe3d6465d653bcf
Show title in quickfix .exp files

Summary: Include the quickfix title in .exp files, so we can spot typos when refactoring quickfixes.

Reviewed By: jamesjwu

Differential Revision: D33008111

fbshipit-source-id: 58f79e6ca59b6896183f5fa5af20383733f051f4
17 files changed:
hphp/hack/src/hh_single_type_check.ml
hphp/hack/test/quickfixes/bad_abstract_static.php.exp
hphp/hack/test/quickfixes/bad_local.php.exp
hphp/hack/test/quickfixes/bad_method.php.exp
hphp/hack/test/quickfixes/missing_inout_type_annotation.php.exp
hphp/hack/test/quickfixes/missing_method.php.exp
hphp/hack/test/quickfixes/missing_method_anon_namespace.php.exp
hphp/hack/test/quickfixes/missing_method_async.php.exp
hphp/hack/test/quickfixes/missing_method_class.php.exp
hphp/hack/test/quickfixes/missing_method_namespace.php.exp
hphp/hack/test/quickfixes/missing_method_namespace_stmt.php.exp
hphp/hack/test/quickfixes/missing_method_types.php.exp
hphp/hack/test/quickfixes/type_annotation_float.php.exp
hphp/hack/test/quickfixes/type_annotation_int.php.exp
hphp/hack/test/quickfixes/type_annotation_mixed.php.exp
hphp/hack/test/quickfixes/type_annotation_string.php.exp
hphp/hack/test/quickfixes/unexpected_inout_type_annotation.php.exp