Several XHP autocomplete fixes
[hiphop-php.git] / hphp / hack / test / full_fidelity / cases / test_literals.php
blob2fc59c88b321985c743263b2b62a2a5c03a876e3
1 <?hh
2 function f() {
3 $a =
4 <<<FOO
5 FOO;
6 $b =
7 <<<'BAR'
8 BARBAR
9 BAR