File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ namespace HH {
3535
3636 } // namespace ImplicitContext
3737
38- <<__Sealed (FBMemoAgnosticImplicitContext :: class )>>
38+ // Commented out next line to avoid referencing Facebook www code in OSS:
39+ // <<__Sealed(FBMemoAgnosticImplicitContext::class)>>
3940 abstract class MemoAgnosticImplicitContext extends ImplicitContextBase {
4041 final protected static async function runWithAsync <Tout >(
4142 this ::TData $context ,
@@ -48,7 +49,8 @@ namespace HH {
4849 )[this::CRun , ctx $f ]: Tout ;
4950 }
5051
51- <<__Sealed (FBMemoSensitiveImplicitContext :: class )>>
52+ // Commented out next line to avoid referencing Facebook www code in OSS:
53+ // <<__Sealed(FBMemoSensitiveImplicitContext::class)>>
5254 abstract class MemoSensitiveImplicitContext extends ImplicitContextBase {
5355 abstract const type TData as IPureMemoizeParam ;
5456
You can’t perform that action at this time.
0 commit comments