From d84805299a42cb8d2c756aff5a117af24dbeaaf4 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 22 Aug 2016 16:18:49 +0200 Subject: Recategorize tests Passing tests from pending/pos go in pos. Some others go in diabled/not-testable. These are tests that require a compilation order which we cannot yet do with our unit testing framework. Compiling them alltogether (as is now doen in junit) does not work either for them because they contain a duplicate class. --- tests/pos/t3800.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/pos/t3800.scala (limited to 'tests/pos/t3800.scala') diff --git a/tests/pos/t3800.scala b/tests/pos/t3800.scala new file mode 100644 index 000000000..096502174 --- /dev/null +++ b/tests/pos/t3800.scala @@ -0,0 +1,6 @@ +class meh extends annotation.StaticAnnotation + +class ALike[C] +abstract class AFactory[CC[x] <: ALike[CC[x]]] { + def aCompanion : AFactory[CC @meh] +} -- cgit v1.2.3