EnvRef
 dotty.tools.dotc.transform.init.Objects.Env.EnvRef
  case class EnvRef(meth: Symbol, owner: ClassSymbol)(using x$3: Trace) extends Scope
 
Local environments can be deeply nested, therefore we need outer.
For local variables in rhs of class field definitions, the meth is the primary constructor.
Attributes
- Graph
 - 
    
 - Supertypes
 
Members list
In this article