Skip to content

Commit dd9bad5

Browse files
committed
fixup
1 parent edc3480 commit dd9bad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/interactive/InteractiveDriver.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class InteractiveDriver(val settings: List[String]) extends Driver {
170170
val root = dirCp.dir.toPath
171171
classesFromDir(root, names)
172172
}
173-
names.toList
173+
names
174174
}
175175

176176
/** Adds the names of the classes that are defined in `zipFile` to `buffer`. */

0 commit comments

Comments
 (0)