Skip to content

Commit 9d1e5a6

Browse files
committed
Change the name of dummy type parameter
1 parent bc057db commit 9d1e5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ class Namer { typer: Typer =>
788788
private var myNotNullInfos: List[NotNullInfo] | Null = null
789789

790790
/** The context with which this completer was created */
791-
given creationContext[T]: Context =
791+
given creationContext[Dummy_so_its_a_def]: Context =
792792
if myNotNullInfos == null then ictx else ictx.withNotNullInfos(myNotNullInfos.nn)
793793

794794
// make sure testing contexts are not captured by completers

0 commit comments

Comments
 (0)