New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / static_in_prop_decl.php
blobcc8268519930e11bb10ade7aec076b3e71f33bee
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 class C {
5 const A = 5;
6 public static int $x = static::$x;