Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / continue.php
blob3c96d3dc9b1ad535423ec72eb616ab6495d0e436
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 without_arg() {
13 foreach (varray[1, 2, 3] as $a) {
14 foreach (varray[1, 2, 3, 4] as $b) {
15 foreach (varray[1, 2, 3, 4] as $c) {
16 continue;