Skip to content

Commit 65e2aa2

Browse files
committed
Comment out accidentally committed sanity check
1 parent af5010d commit 65e2aa2

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
@@ -204,7 +204,7 @@ final class ProperGadtConstraint private(
204204
}
205205
retrieveBounds
206206
//.reporting({ res => i"gadt bounds $sym: $res" }, gadts)
207-
.ensuring(containsNoInternalTypes(_))
207+
//.ensuring(containsNoInternalTypes(_))
208208
}
209209
}
210210

0 commit comments

Comments
 (0)