module T::Private::Compiler
def self.running_compiled?
The Sorbet Compiler replaces calls to this method unconditionally (no
compiler didn't see the call to `running_compiled?` statically.)
If this code ever runs, the caller is running interpreted (or the
def self.running_compiled? false end