Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Martres <[email protected]>
  • Loading branch information
dwijnand and smarter authored Jul 18, 2023
1 parent d42301e commit 990b65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/core/Types.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1991,7 +1991,7 @@ object Types {
// In addition to that, TypeMaps, such as the one that backs TypeOps.simplify,
// by default will rewrap a LazyRef when applying its function.
// The result of those two things means that given a big enough input
// that recursive enough times through one or multiple match types,
// that recurses enough times through one or multiple match types,
// reducing and simplifying the result of the case bodies,
// can end up with a large stack of directly-nested lazy refs.
// And if that nesting level breaches `Config.LogPendingSubTypesThreshold`,
Expand Down

0 comments on commit 990b65c

Please sign in to comment.