Alternate if syntax support
[hiphop-php.git] / hphp / hack / src / parser / js / sample_rewrite_comments.php
blobbb1f9e03fa9a82740efbba703d07cbd86c5f1ad8
1 <?hh
2 // Copyright 2016-present Facebook. All Rights Reserved.
4 /**
5 * Here's a big delimited comment.
6 */
7 abstract class FooBar {
8 public function whatever(array<mixed> $stuff, ?array $things) : this {
9 // Some single line comments
10 // Some single line comments
11 // Some single line comments
12 $this->doStuff /* small delimited comment */ ($inputs, $things);
14 } // One final comment