Skip to content

Commit c222381

Browse files
authored
Update compiler/src/dotty/tools/dotc/transform/init/Objects.scala
1 parent 2a9f366 commit c222381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/transform/init/Objects.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ import dotty.tools.dotc.core.Flags.AbstractOrTrait
6969
import Decorators.*
7070
class Objects(using Context @constructorOnly):
7171
val immutableHashSetBuider: Symbol = requiredClass("scala.collection.immutable.HashSetBuilder")
72+
// TODO: this should really be an annotation on the rhs of the field initializer rather than the field itself.
7273
val HashSetBuilder_rootNode: Symbol = immutableHashSetBuider.requiredValue("rootNode")
7374

7475
val whiteList = Set(HashSetBuilder_rootNode)

0 commit comments

Comments
 (0)