Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / test_index_type_error_message_tuple.php
blobe7153dd032774bbeb2f8b09580549d61609ace2d
1 <?hh // partial
2 /**
3 * Copyright (c) 2014, Facebook, Inc.
4 * All rights reserved.
6 * This source code is licensed under the MIT license found in the
7 * LICENSE file in the "hack" directory of this source tree.
12 function test() {
13 $m = tuple(4, 'a', 100);
14 $m['0'] = 100;