Skip to content

Commit a1afca6

Browse files
noti0na1WojciechMazur
authored andcommitted
Change the name of dummy type parameter
[Cherry-picked 9d1e5a6]
1 parent a1ff530 commit a1afca6

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
@@ -785,7 +785,7 @@ class Namer { typer: Typer =>
785785
private var myNotNullInfos: List[NotNullInfo] | Null = null
786786

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

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

0 commit comments

Comments
 (0)