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 5ed5ef8 commit 9e2d250Copy full SHA for 9e2d250
compiler/src/dotty/tools/dotc/config/Config.scala
@@ -35,7 +35,7 @@ object Config {
35
inline val checkConstraintsPropagated = false
36
37
/** Check that constraint bounds do not contain wildcard types */
38
- inline val checkNoWildcardsInConstraint = true
+ inline val checkNoWildcardsInConstraint = false
39
40
/** If a constraint is over a type lambda `tl` and `tvar` is one of
41
* the type variables associated with `tl` in the constraint, check
0 commit comments