We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1afca6 commit da600b6Copy full SHA for da600b6
compiler/src/dotty/tools/dotc/typer/Namer.scala
@@ -782,6 +782,7 @@ class Namer { typer: Typer =>
782
783
protected def localContext(owner: Symbol): FreshContext = ctx.fresh.setOwner(owner).setTree(original)
784
785
+ /** Stores the latest NotNullInfos (updated by `setNotNullInfos`) */
786
private var myNotNullInfos: List[NotNullInfo] | Null = null
787
788
/** The context with which this completer was created */
0 commit comments