aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-06-11 19:11:33 +0200
committerMartin Odersky <odersky@gmail.com>2015-06-19 12:11:18 +0200
commit2813b01235aaebdae1522bc31d69b830e1830b9b (patch)
tree5474d110d74f0a75260e242cef1154eb08d753d4 /test/dotc/tests.scala
parent8c28293fd52213616ed8ca3a2f600eb1e19debe0 (diff)
downloaddotty-2813b01235aaebdae1522bc31d69b830e1830b9b.tar.gz
dotty-2813b01235aaebdae1522bc31d69b830e1830b9b.tar.bz2
dotty-2813b01235aaebdae1522bc31d69b830e1830b9b.zip
Implement trait parameters
Add necessary logic to Mixin. Also add tests that all parameterized traits are called with parameters set.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index ec5e34574..1aa35e3ee 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -139,6 +139,7 @@ class tests extends CompilerTest {
@Test def neg_selfInheritance = compileFile(negDir, "selfInheritance", xerrors = 5)
@Test def neg_shadowedImplicits = compileFile(negDir, "arrayclone-new", xerrors = 2)
@Test def neg_traitParamsTyper = compileFile(negDir, "traitParamsTyper", xerrors = 5)
+ @Test def neg_traitParamsMixin = compileFile(negDir, "traitParamsMixin", xerrors = 2)
@Test def run_all = runFiles(runDir)