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.
bounds
1 parent dee56dd commit f97d6deCopy full SHA for f97d6de
compiler/src/dotty/tools/dotc/core/GadtConstraint.scala
@@ -173,7 +173,7 @@ final class ProperGadtConstraint private(
173
case null => null
174
case tv =>
175
fullBounds(tv.origin)
176
- .ensuring(containsNoInternalTypes(_))
+ // .ensuring(containsNoInternalTypes(_))
177
}
178
179
override def bounds(sym: Symbol)(using Context): TypeBounds =
0 commit comments