No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / encapsed4.php
blobb02a8e04c33c7bb8b8af09de1e63e4f82a6ee224
1 <?hh // partial
3 class C {}
5 function f(): void {
6 $c = new C();
7 $s = "${c->x()}";