Fix regression on defaults for abstract type constantsnightly-2019.06.21
commitb42a49da24f20b47c9ccbafb65b72dd0feadee0c
authorVassil Mladenov <vmladenov@fb.com>
Fri, 21 Jun 2019 00:26:16 +0000 (20 17:26 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 21 Jun 2019 00:31:17 +0000 (20 17:31 -0700)
treec88d5b2848029aa045c9d2456ef3cda2805bbe0e
parent9877851bb78998913a38d3a9e0448684b713bbeb
Fix regression on defaults for abstract type constants

Summary: This was a regression from the move to codegen off the Aast.

Reviewed By: oulgen

Differential Revision: D15925292

fbshipit-source-id: 04a128eccd0a6388385550ae7c57d10d2e240dad
hphp/hack/src/hhbc/emit_class.ml
hphp/test/slow/class_type_constant/default.php [new file with mode: 0644]
hphp/test/slow/class_type_constant/default.php.expect [new file with mode: 0644]