We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ff530 commit a1afca6Copy full SHA for a1afca6
compiler/src/dotty/tools/dotc/typer/Namer.scala
@@ -785,7 +785,7 @@ class Namer { typer: Typer =>
785
private var myNotNullInfos: List[NotNullInfo] | Null = null
786
787
/** The context with which this completer was created */
788
- given creationContext[T]: Context =
+ given creationContext[Dummy_so_its_a_def]: Context =
789
if myNotNullInfos == null then ictx else ictx.withNotNullInfos(myNotNullInfos.nn)
790
791
// make sure testing contexts are not captured by completers
0 commit comments