Skip to content

Commit

Permalink
Add a comment for myNotNullInfos
Browse files Browse the repository at this point in the history
[Cherry-picked 44e63a1]
  • Loading branch information
noti0na1 authored and WojciechMazur committed Jun 27, 2024
1 parent a1afca6 commit da600b6
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 @@ -782,6 +782,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 da600b6

Please sign in to comment.