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