Fun
dotty.tools.dotc.transform.init.Objects.Fun
case class Fun(code: Tree, thisV: Objects.this.ThisValue, klass: ClassSymbol, scope: Objects.this.Scope) extends ValueElement
Represents a lambda expression
Value parameters
- klass
-
The enclosing class of the anonymous function's creation site
Attributes
- Graph
-
- Supertypes
Members list
In this article