Skip to content

Commit d08a9f4

Browse files
committed
Revert "Fix #4230: Handle import in the REPL correctly"
This reverts commit 5cbb512.
1 parent 3402a29 commit d08a9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/repl/ReplDriver.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ class ReplDriver(settings: Array[String],
317317
for {
318318
objectIndex <- 1 to state.objectIndex
319319
imp <- state.imports.getOrElse(objectIndex, Nil)
320-
} out.println(SyntaxHighlighting(imp.show(state.context)))
320+
} out.println(imp.show(state.context))
321321
state
322322

323323
case Load(path) =>

0 commit comments

Comments
 (0)