Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / static_collection_init2.php
bloba68616a6aa10fc247f7d79a6b0e60af13e544ae6
1 <?hh
2 /**
3 * Copyright (c) 2014, Facebook, Inc.
4 * All rights reserved.
6 * This source code is licensed under the BSD-style license found in the
7 * LICENSE file in the "hack" directory of this source tree. An additional grant
8 * of patent rights can be found in the PATENTS file in the same directory.
12 class CacheConsistencyRequestLog {
13 private static Vector<array> $taoRequestLog = Vector {};
14 private static Vector<Map<string, mixed>> $memcacheRequestLog = Vector {};