naive "implements dynamic" soundness checks
[hiphop-php.git] / hphp / hack / test / full_fidelity / cases / capabilities_provisional_syntax.php
blobcdb8b581f4f60ee5b1f349058c63ef61282ea7fa
1 <?hh
3 <<file: __EnableUnstableFeatures('coeffects_provisional')>>
5 function a(): void {}
7 function b()@{ mixed }: void {}
9 function c()@{ int + string }: void {}