aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-11-01 18:33:56 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-09 19:08:58 +0100
commit43075bb832c3b4fe080c24a20ecf8c4737d5cdd2 (patch)
tree680cc886c536c34b4c3718663386d1cb13be4924 /test
parent0119ffd3e285e43b63fb9c43c1c8b009174a1987 (diff)
downloaddotty-43075bb832c3b4fe080c24a20ecf8c4737d5cdd2.tar.gz
dotty-43075bb832c3b4fe080c24a20ecf8c4737d5cdd2.tar.bz2
dotty-43075bb832c3b4fe080c24a20ecf8c4737d5cdd2.zip
Improved version of mixin.
Now also handles all supercalls. Seems to do the right thing on pos/traits.scala. But does not pass most tests because the sym transformer forces too many things.
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index a52f79abd..2b0d7eb08 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -15,7 +15,7 @@ class tests extends CompilerTest {
implicit val defaultOptions = noCheckOptions ++ List(
"-Yno-deep-subtypes",
- "-Ycheck:patternMatcher,gettersSetters,restoreScopes"
+ "-Ycheck:patternMatcher,mixin,gettersSetters,restoreScopes"
)
val twice = List("#runs", "2", "-YnoDoubleBindings")