diff options
Diffstat (limited to 'test/hack_files/testfile.php')
-rw-r--r-- | test/hack_files/testfile.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/hack_files/testfile.php b/test/hack_files/testfile.php index e69de29b..313995d1 100644 --- a/test/hack_files/testfile.php +++ b/test/hack_files/testfile.php @@ -0,0 +1,4 @@ +<?hh // strict + +async function foo(): Awaitable<void> { +} |