remove purity from exception
[hiphop-php.git] / hphp / hack / test / integration / data / dependencies / expected / __call_reactive.php.exp
blobb9592ca961a3b5b700792c584173c166fe45436c
1 //// toplevel.php
2 <?hh
3 function reactive(mixed $x = \extract_standalone_make_default()): void {
4 throw new \Exception();
6 function call_reactive(): void {
7 reactive();
10 //// __extract_standalone__.php
11 <?hh
13 function extract_standalone_make_default()[]: nothing {
14 throw new \Exception();