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 0f74d39 commit fdcef4cCopy full SHA for fdcef4c
compiler/src/dotty/tools/dotc/core/Contexts.scala
@@ -700,7 +700,8 @@ object Contexts {
700
myBounds = myBounds.updated(sym, b)
701
def bounds = myBounds
702
}
703
- object EmptyGADTMap extends GADTMap(SimpleMap.Empty) {
+
704
+ @sharable object EmptyGADTMap extends GADTMap(SimpleMap.Empty) {
705
override def setBounds(sym: Symbol, b: TypeBounds) = unsupported("EmptyGADTMap.setBound")
706
707
0 commit comments