dotty.tools.dotc.typer.Nullables.NotNullInfo
See theNotNullInfo companion object
A set of val or var references that are known to be not null after the tree finishes executing normally (non-exceptionally), plus a set of variable references that are ever assigned to null, and may therefore be null if execution of the tree is interrupted by an exception.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article