Skip to content

Commit 20aacf2

Browse files
Fix Map type
1 parent 7a0cfc7 commit 20aacf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/backend/jvm/GenBCode.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class GenBCodePipeline(val entryPoints: List[Symbol], val int: DottyBackendInter
159159
*/
160160
class Worker1(needsOutFolder: Boolean) {
161161

162-
val caseInsensitively = scala.collection.mutable.Map.empty[String, Symbol]
162+
val caseInsensitively = scala.collection.mutable.HashMap.empty[String, Symbol]
163163

164164
def run(): Unit = {
165165
while (true) {

0 commit comments

Comments
 (0)