summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/lib/scalacheck.jar.desired.sha12
-rw-r--r--test/files/pos/t2741/2741-1.scala13
-rw-r--r--test/files/pos/t2741/2741-2.scala5
3 files changed, 1 insertions, 19 deletions
diff --git a/test/files/lib/scalacheck.jar.desired.sha1 b/test/files/lib/scalacheck.jar.desired.sha1
index b7c059680a..cdbdc53af5 100644
--- a/test/files/lib/scalacheck.jar.desired.sha1
+++ b/test/files/lib/scalacheck.jar.desired.sha1
@@ -1 +1 @@
-4afb204d3626d91d175a25dce465336ef804d6d4 ?scalacheck.jar
+77dca656258fe983ec64461860ab1ca0f7e2fd65 ?scalacheck.jar
diff --git a/test/files/pos/t2741/2741-1.scala b/test/files/pos/t2741/2741-1.scala
deleted file mode 100644
index 91c120ec1b..0000000000
--- a/test/files/pos/t2741/2741-1.scala
+++ /dev/null
@@ -1,13 +0,0 @@
-sealed trait Kleisli[M[_], A, B]
-
-trait PartialApplyKA[T[_[_], _, _], M[_], A] {
- type Apply[B] = T[M, A, B]
-}
-
-trait MA[M[_], A]
-
-trait MAs {
- val a: MA[PartialApplyKA[Kleisli, List, String]#Apply, Int] = null
-}
-
-object Scalaz extends MAs
diff --git a/test/files/pos/t2741/2741-2.scala b/test/files/pos/t2741/2741-2.scala
deleted file mode 100644
index 41f6a64260..0000000000
--- a/test/files/pos/t2741/2741-2.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-// object Test compiles jointly, but not separately.
-object Test {
- import Scalaz._
- Scalaz.a
-} \ No newline at end of file