File tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/config 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ object Config {
35
35
inline val checkConstraintsPropagated = false
36
36
37
37
/** Check that constraint bounds do not contain wildcard types */
38
- inline val checkNoWildcardsInConstraint = false
38
+ inline val checkNoWildcardsInConstraint = true
39
39
40
40
/** If a constraint is over a type lambda `tl` and `tvar` is one of
41
41
* the type variables associated with `tl` in the constraint, check
@@ -49,7 +49,7 @@ object Config {
49
49
* compiling all of dotty together (source seems to be in GenBCode which
50
50
* accesses javac's settings.)
51
51
*
52
- * It is recommended to turn this option on only when chasing down
52
+ * It is recommended to turn this option on only w zhen chasing down
53
53
* a TypeParamRef instantiation error. See comment in Types.TypeVar.instantiate.
54
54
*/
55
55
inline val debugCheckConstraintsClosed = false
You can’t perform that action at this time.
0 commit comments