Skip to content

Commit 44e63a1

Browse files
committed
Add a comment for myNotNullInfos
1 parent 9d1e5a6 commit 44e63a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/typer/Namer.scala

+1
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@ class Namer { typer: Typer =>
785785

786786
protected def localContext(owner: Symbol): FreshContext = ctx.fresh.setOwner(owner).setTree(original)
787787

788+
/** Stores the latest NotNullInfos (updated by `setNotNullInfos`) */
788789
private var myNotNullInfos: List[NotNullInfo] | Null = null
789790

790791
/** The context with which this completer was created */

0 commit comments

Comments
 (0)