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 8358e97 commit 73e13e8Copy full SHA for 73e13e8
src/dotty/tools/dotc/config/Config.scala
@@ -15,10 +15,10 @@ object Config {
15
*/
16
final val checkConstraintsNonCyclic = false
17
18
- /** Make sure none of the bounds in an OrderingConstraint contains
19
- * another constrained parameter at its toplevel (i.e. as an operand
20
- * of a combination of &'s and |'s.). The check is performed each time
21
- * a new bound is added to the constraint.
+ /** Make sure none of the bounds of a parameter in an OrderingConstraint
+ * contains this parameter at its toplevel (i.e. as an operand of a
+ * combination of &'s and |'s.). The check is performed each time a new bound
+ * is added to the constraint.
22
23
final val checkConstraintsSeparated = false
24
0 commit comments