No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / xhp_attr_25.php
blob4b5e220c2eac9e53f88fb9cb4eab7198e5150915
1 <?hh // strict
3 class :foo extends XHPTest {
4 attribute
5 Stringish xlink:href,
6 float opacity;
9 function testAttributeWithColon(): void {
10 <foo xlink:href="foo" opacity={0.25} />;