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