Skip to content

Commit d69fb6c

Browse files
committed
Make checkCycles option false by default
1 parent 13cd505 commit d69fb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ object Config {
111111
/** If this flag is set, it is checked that TypeRefs don't refer directly
112112
* to themselves.
113113
*/
114-
final val checkTypeRefCycles = true
114+
final val checkTypeRefCycles = false
115115

116116
/** The recursion depth for showing a summarized string */
117117
final val summarizeDepth = 2

0 commit comments

Comments
 (0)