aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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