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 5af8f55 commit b055bc4Copy full SHA for b055bc4
compiler/src/dotty/tools/repl/ReplCompiler.scala
@@ -218,7 +218,7 @@ class ReplCompiler(val directory: AbstractFile) extends Compiler {
218
219
220
val src = new SourceFile("<typecheck>", expr)
221
- implicit val ctx = state.context.fresh
+ implicit val ctx: Context = state.context.fresh
222
.setReporter(newStoreReporter)
223
.setSetting(state.context.settings.YstopAfter, List("frontend"))
224
0 commit comments