File tree 2 files changed +1
-1
lines changed
compiler/src/dotty/tools/dotc
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class Compiler {
80
80
new ExplicitOuter , // Add accessors to outer classes from nested ones.
81
81
new ExplicitSelf , // Make references to non-trivial self types explicit as casts
82
82
new ElimByName , // Expand by-name parameter references
83
- new StringInterpolatorOpt ) :: // Optimizes raw and s string interpolators by rewriting them to string concatentations
83
+ new StringInterpolatorOpt ) :: // Optimizes raw and s string interpolators by rewriting them to string concatenations
84
84
List (new PruneErasedDefs , // Drop erased definitions from scopes and simplify erased expressions
85
85
new InlinePatterns , // Remove placeholders of inlined patterns
86
86
new VCInlineMethods , // Inlines calls to value class methods
File renamed without changes.
You can’t perform that action at this time.
0 commit comments