Skip to content

Commit da600b6

Browse files
noti0na1WojciechMazur
authored andcommitted
Add a comment for myNotNullInfos
[Cherry-picked 44e63a1]
1 parent a1afca6 commit da600b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,7 @@ class Namer { typer: Typer =>
782782

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

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

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

0 commit comments

Comments
 (0)