Migrate rx/pure tests to strict mode, fix broken tests
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / memoize_mutable4.php
bloba1972ba05ca715f001cf92df3613c179b0443684
1 <?hh
3 class A {
4 <<__Rx, __MemoizeLSB, __Mutable>>
5 public static function f(): int {
6 return 1;