Updating submodules
[hiphop-php.git] / hphp / hack / test / typecheck / shape_idx_generic2.php
blobc127adc96e322151675bbf812627d3b74323d5e1
1 <?hh
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 class C<T as shape('x' => ?int, ...)> {
5 public function test(T $s): int {
6 return Shapes::idx($s, 'x', 0);