notMaybeScope

Turn off STC.maybescope for variable v.

This exists in order to find where STC.maybescope is getting turned off.

  1. void notMaybeScope(VarDeclaration v)
    version(none)
    void
    notMaybeScope
    (
    string file = __FILE__
    int line = __LINE__
    )
  2. void notMaybeScope(VarDeclaration v)

Parameters

v VarDeclaration

variable

Meta