Skip to content

Commit 2642d2e

Browse files
committed
Rename test
1 parent 8424af8 commit 2642d2e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/Compiler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Compiler {
8080
new ExplicitOuter, // Add accessors to outer classes from nested ones.
8181
new ExplicitSelf, // Make references to non-trivial self types explicit as casts
8282
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
8484
List(new PruneErasedDefs, // Drop erased definitions from scopes and simplify erased expressions
8585
new InlinePatterns, // Remove placeholders of inlined patterns
8686
new VCInlineMethods, // Inlines calls to value class methods
File renamed without changes.

0 commit comments

Comments
 (0)