summaryrefslogtreecommitdiff
path: root/test/pending/neg
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-10-26 04:37:09 +0000
committerPaul Phillips <paulp@improving.org>2010-10-26 04:37:09 +0000
commit22da3636fd531964182c4079e0e17faf2c0f38c8 (patch)
treeba744515437a17afd80d463eec8435eaa2d47872 /test/pending/neg
parent7f365342d9875ffc4105af26faa260f81a270246 (diff)
downloadscala-22da3636fd531964182c4079e0e17faf2c0f38c8.tar.gz
scala-22da3636fd531964182c4079e0e17faf2c0f38c8.tar.bz2
scala-22da3636fd531964182c4079e0e17faf2c0f38c8.zip
A modifier's work is never done.
protected and its bevy of corner cases. Closes #3939, #3947. This patch is intended for both trunk and 2.8.1. Already reviewed and co-authored by moors, and review by oderksy.
Diffstat (limited to 'test/pending/neg')
-rw-r--r--test/pending/neg/t3633/test/PackageProtected.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/pending/neg/t3633/test/PackageProtected.java b/test/pending/neg/t3633/test/PackageProtected.java
deleted file mode 100644
index f4535a55b4..0000000000
--- a/test/pending/neg/t3633/test/PackageProtected.java
+++ /dev/null
@@ -1,5 +0,0 @@
-package test;
-
-class PackageProtected {
- int foo;
-}