Solving inter-procedural constraints in shape-like-dict
[hiphop-php.git] / hphp / hack / test / shape_analysis / close_constraints / call_simple.php
blobc712ed34846774e63a6e0525bcca3b7f73e9ea7a
1 <?hh
3 function f(): void {
4 g(dict['a' => 42]);
7 function g(dict<string,mixed> $d): void {
8 $d['b'];