No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / xhp_attr_20.php
blobac3ecc5645d2037e68ed722b91310879e526b187
1 <?hh // strict
3 class :foo extends XHPTest {
4 attribute int bar = 123;
7 function testDefaultMakesNotNullable(): void {
8 <foo bar={null} />;