From 4f075c98f952b7cfff507ea48ab9b2a9da90cdfa Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 22 Oct 2019 14:53:54 -0700 Subject: [PATCH] Remove fake InvariantException declaration Summary: This was added to get around the inconsistency in how the typechecker and compiler viewed autoimporting. But this should only be enabled in OSS, not WWW. Reviewed By: DavidSnider Differential Revision: D18069991 fbshipit-source-id: ad45b372263bb3003650113bbc9d36229fc80e88 --- src/lies_we_tell_hack.hhi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lies_we_tell_hack.hhi b/src/lies_we_tell_hack.hhi index 84d0a7b8..97016d0f 100644 --- a/src/lies_we_tell_hack.hhi +++ b/src/lies_we_tell_hack.hhi @@ -9,7 +9,7 @@ */ namespace HH { - class InvariantException extends \InvariantException {} + class InvariantException extends \InvariantException {} // @oss-enable type KeyedContainer = \KeyedContainer; }