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 edc3480 commit dd9bad5Copy full SHA for dd9bad5
compiler/src/dotty/tools/dotc/interactive/InteractiveDriver.scala
@@ -170,7 +170,7 @@ class InteractiveDriver(val settings: List[String]) extends Driver {
170
val root = dirCp.dir.toPath
171
classesFromDir(root, names)
172
}
173
- names.toList
+ names
174
175
176
/** Adds the names of the classes that are defined in `zipFile` to `buffer`. */
0 commit comments