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 51ec787 commit fc9f572Copy full SHA for fc9f572
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