Skip to content

Commit f97d6de

Browse files
committed
Disable sanity check as in bounds
1 parent dee56dd commit f97d6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/GadtConstraint.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ final class ProperGadtConstraint private(
173173
case null => null
174174
case tv =>
175175
fullBounds(tv.origin)
176-
.ensuring(containsNoInternalTypes(_))
176+
// .ensuring(containsNoInternalTypes(_))
177177
}
178178

179179
override def bounds(sym: Symbol)(using Context): TypeBounds =

0 commit comments

Comments
 (0)