Migrate rx/pure tests to strict mode, fix broken tests
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / owned_mutable15.php
blob1104c610a2893dd3592a16259c9a7945f4798580
1 <?hh
3 // ERROR
4 <<__Rx>>
5 function f(<<__OwnedMutable, __MaybeMutable>> A $a): void {
8 interface A {}