Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / string_newline.php
blob959443e38b503b320360fd57ef9901016ef5067a
1 <?hh
3 /**
4 * Regression test: newlines in strings used to mess up line numbers in error
5 * messages.
6 */
7 function test(?array<int> $a) {
8 $x = "
9 ";
10 $x = "
12 $x = "
14 $x = "
16 $x = "
18 $x = "
20 $a[0];