aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorClemens Winter <clemenswinter1@gmail.com>2016-08-12 12:16:15 +0200
committerClemens Winter <clemenswinter1@gmail.com>2016-08-15 10:12:09 +0200
commitb0298945ddbea26ef00099dc37db5e396af94de4 (patch)
tree27729cdcbe652561797ffae9a06c092c99eacd4f /tests
parent62348dea92476f1bbb9d7f163f168be9c7e189b5 (diff)
downloaddotty-b0298945ddbea26ef00099dc37db5e396af94de4.tar.gz
dotty-b0298945ddbea26ef00099dc37db5e396af94de4.tar.bz2
dotty-b0298945ddbea26ef00099dc37db5e396af94de4.zip
Fix #1443: Replace toplevel TypeBounds with Any
Diffstat (limited to 'tests')
-rw-r--r--tests/neg/unboundWildcard.scala (renamed from tests/pending/neg/unboundWildcard.scala)1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pending/neg/unboundWildcard.scala b/tests/neg/unboundWildcard.scala
index eeee04fde..b137c2664 100644
--- a/tests/pending/neg/unboundWildcard.scala
+++ b/tests/neg/unboundWildcard.scala
@@ -1,6 +1,5 @@
object unboundWildcard {
- // TODO: move this to tests/neg once it doesn't crash the compiler anymore
val wildcardVal: _ = 0 // error: unbound wildcard type
val annotated: _ @unchecked = 0 // error: unbound wildcard type