File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class Compiler {
77
77
new PatternMatcher , // Compile pattern matches
78
78
new ExplicitOuter , // Add accessors to outer classes from nested ones.
79
79
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
81
81
new CrossCastAnd , // Normalize selections involving intersection types.
82
82
new Splitter ) :: // Expand selections involving union types into conditionals
83
83
List (new ErasedDecls , // Removes all erased defs and vals decls (except for parameters)
You can’t perform that action at this time.
0 commit comments