Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion hphp/hack/hhi/implicit_context.hhi
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ namespace HH {
)[this::CRun, ctx $f]: Tout;
}

<<__Sealed(FBMemoSensitiveImplicitContext::class)>>
// Avoid referencing an internal class in OSS.
<<__Sealed(FBMemoAgnosticImplicitContext::class)>> // @oss-disable
abstract class MemoSensitiveImplicitContext extends ImplicitContextBase {
abstract const type TData as IPureMemoizeParam;

Expand Down