Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / test_to_sort_naming1.php
blobd24d3234c0a007b230f830add44eb0e7946881fb
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 f($r) {
13 if ($r) {
14 $y = 0;
16 $r = 0;
17 return $r;
20 function g() {
21 $t = g();
22 $t = 'd';