Skip to content

Commit 6c41dfb

Browse files
committed
WIP
1 parent eb4d2c8 commit 6c41dfb

File tree

1 file changed

+1
-1
lines changed

1 file 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
@@ -77,7 +77,7 @@ class Compiler {
7777
new PatternMatcher, // Compile pattern matches
7878
new ExplicitOuter, // Add accessors to outer classes from nested ones.
7979
new ExplicitSelf, // Make references to non-trivial self types explicit as casts
80-
new StringInterpolatorOpt, // Optimizes raw and s string interpolators by rewriting them to string concatentations
80+
// new StringInterpolatorOpt, // Optimizes raw and s string interpolators by rewriting them to string concatentations
8181
new CrossCastAnd, // Normalize selections involving intersection types.
8282
new Splitter) :: // Expand selections involving union types into conditionals
8383
List(new ErasedDecls, // Removes all erased defs and vals decls (except for parameters)

0 commit comments

Comments
 (0)