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 2a9f366 commit c222381Copy full SHA for c222381
compiler/src/dotty/tools/dotc/transform/init/Objects.scala
@@ -69,6 +69,7 @@ import dotty.tools.dotc.core.Flags.AbstractOrTrait
69
import Decorators.*
70
class Objects(using Context @constructorOnly):
71
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.
73
val HashSetBuilder_rootNode: Symbol = immutableHashSetBuider.requiredValue("rootNode")
74
75
val whiteList = Set(HashSetBuilder_rootNode)
0 commit comments