GLOBAL_STATE

class GLOBAL_STATE : L2Operation.HiddenVariable

How any other global variables are affected. This includes things like the global exception reporter, the stringification function, observerless setup, etc.

Primitives are annotated with the Flag.ReadsFromHiddenGlobalState and Flag.WritesToHiddenGlobalState flags in their constructors to indicate that GLOBAL_STATE is affected.

Constructors

Link copied to clipboard
fun GLOBAL_STATE()