Skip to content

Commit fb03273

Browse files
committed
Replace previous pattern matcher
For now we keep the previous one around as PatternMatcherOld.scala
1 parent 499eed4 commit fb03273

File tree

4 files changed

+2368
-2369
lines changed

4 files changed

+2368
-2369
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class Compiler {
6363
new HoistSuperArgs, // Hoist complex arguments of supercalls to enclosing scope
6464
new ClassOf), // Expand `Predef.classOf` calls.
6565
List(new TryCatchPatterns, // Compile cases in try/catch
66-
new PatMat,
6766
new PatternMatcher, // Compile pattern matches
6867
new ExplicitOuter, // Add accessors to outer classes from nested ones.
6968
new ExplicitSelf, // Make references to non-trivial self types explicit as casts

0 commit comments

Comments
 (0)