Fixed list difference algorithm
[hiphop-php.git] / hphp / hack / test / identify_symbol / decl_property.php
blob4331a830577116bf94ca59b695c9ac565cd05b9d
1 <?hh
3 class C {
4 public ?int $foo;