Add is_declaration to SymbolOccurrence
[hiphop-php.git] / hphp / hack / test / identify_symbol / catch.php
blob5422b3f076519fcbd39ce2ec5057cf092274f21e
1 <?hh
3 class Foo extends Exception {}
5 function test() {
6 try {
8 } catch (Foo $foo) {