summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorBurak Emir <emir@epfl.ch>2006-02-24 18:20:40 +0000
committerBurak Emir <emir@epfl.ch>2006-02-24 18:20:40 +0000
commitad5e5a343d84e45e8410cb764c5963486a38641c (patch)
treeec819d2f1bd58c5b5e1eda70be2c105f10f1e260 /src/compiler
parentf205be7a602eb42dd4408241b7d39c273f7747e6 (diff)
downloadscala-ad5e5a343d84e45e8410cb764c5963486a38641c.tar.gz
scala-ad5e5a343d84e45e8410cb764c5963486a38641c.tar.bz2
scala-ad5e5a343d84e45e8410cb764c5963486a38641c.zip
oops, newmatcher is experiemental
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/matching/TransMatcher.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/matching/TransMatcher.scala b/src/compiler/scala/tools/nsc/matching/TransMatcher.scala
index 1d67cda80b..d68302694f 100644
--- a/src/compiler/scala/tools/nsc/matching/TransMatcher.scala
+++ b/src/compiler/scala/tools/nsc/matching/TransMatcher.scala
@@ -11,7 +11,7 @@ abstract class TransMatcher extends transform.Transform
with PatternNodes
with CodeFactory
with PatternMatchers
-with NewMatchers
+//with NewMatchers
with SequenceMatchers
with AlgebraicMatchers
with MatcherLabels