Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / badglobal.php
blobade393d043c92f90c657b1141ad2ef2444573f47
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 function foo():void {
5 $GLOBALS['bar'] = 3;