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 0e4adb8 commit 031c69aCopy full SHA for 031c69a
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -13,7 +13,7 @@ object Config {
13
/** When updating a constraint bound, check that the constrained parameter
14
* does not appear at the top-level of either of its bounds.
15
*/
16
- final val checkConstraintsNonCyclic = true
+ final val checkConstraintsNonCyclic = false
17
18
/** Check that each constraint resulting from a subtype test
19
* is satisfiable.
0 commit comments