aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/hkt/compiler.error
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2016-09-16 22:43:24 +0300
committerGitHub <noreply@github.com>2016-09-16 22:43:24 +0300
commitc420b4cc0573e88bf301d4e020e2ad91b26806d0 (patch)
treec9aef9111054201e228577b3d58b61254bec3558 /tests/pending/hkt/compiler.error
parent186f9551da6c7ace243c8e784f8eb5d6355af419 (diff)
parent062b4133db13bb77369cae81a5ec89e4b2bb6699 (diff)
downloaddotty-c420b4cc0573e88bf301d4e020e2ad91b26806d0.tar.gz
dotty-c420b4cc0573e88bf301d4e020e2ad91b26806d0.tar.bz2
dotty-c420b4cc0573e88bf301d4e020e2ad91b26806d0.zip
Merge pull request #1465 from dotty-staging/fix-#1457
Fix #1457: Three incompatbilities with scalac
Diffstat (limited to 'tests/pending/hkt/compiler.error')
-rw-r--r--tests/pending/hkt/compiler.error6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pending/hkt/compiler.error b/tests/pending/hkt/compiler.error
deleted file mode 100644
index b31760891..000000000
--- a/tests/pending/hkt/compiler.error
+++ /dev/null
@@ -1,6 +0,0 @@
-$ scalac tests/pending/hkt/*.scala
-$ ./bin/dotc tests/pending/hkt/*.scala
-tests/pending/hkt/hkt.scala:14: error: method empty in object Child does not take type parameters
- Child.empty[Int]
- ^
-one error found