Skip to content

Commit

Permalink
Add a comment for myNotNullInfos
Browse files Browse the repository at this point in the history
  • Loading branch information
noti0na1 committed Jan 19, 2024
1 parent 9d1e5a6 commit 44e63a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/src/dotty/tools/dotc/typer/Namer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ class Namer { typer: Typer =>

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

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

/** The context with which this completer was created */
Expand Down

0 comments on commit 44e63a1

Please sign in to comment.