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 bf55005 commit 788be02Copy full SHA for 788be02
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -15,13 +15,6 @@ object Config {
15
*/
16
final val checkConstraintsNonCyclic = false
17
18
- /** Make sure none of the bounds of a parameter in an OrderingConstraint
19
- * contains this parameter at its toplevel (i.e. as an operand of a
20
- * combination of &'s and |'s.). The check is performed each time a new bound
21
- * is added to the constraint.
22
- */
23
- final val checkConstraintsSeparated = false
24
-
25
/** Check that each constraint resulting from a subtype test
26
* is satisfiable.
27
0 commit comments