File tree 2 files changed +1
-33
lines changed
compiler/src/dotty/tools/dotc
2 files changed +1
-33
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,7 @@ class Compiler {
76
76
new sjs.ExplicitJSClasses , // Make all JS classes explicit (Scala.js only)
77
77
new ExplicitOuter , // Add accessors to outer classes from nested ones.
78
78
new ExplicitSelf , // Make references to non-trivial self types explicit as casts
79
- new StringInterpolatorOpt , // Optimizes raw and s string interpolators by rewriting them to string concatentations
80
- new CrossCastAnd ) :: // Normalize selections involving intersection types.
79
+ new StringInterpolatorOpt ) :: // Optimizes raw and s string interpolators by rewriting them to string concatentations
81
80
List (new PruneErasedDefs , // Drop erased definitions from scopes and simplify erased expressions
82
81
new InlinePatterns , // Remove placeholders of inlined patterns
83
82
new VCInlineMethods , // Inlines calls to value class methods
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments