aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t2956/t2956.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t2956/t2956.scala')
-rwxr-xr-xtests/untried/pos/t2956/t2956.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/untried/pos/t2956/t2956.scala b/tests/untried/pos/t2956/t2956.scala
deleted file mode 100755
index 33803874b..000000000
--- a/tests/untried/pos/t2956/t2956.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-import scala.collection.JavaConversions._
-
-class Outer {
- protected class Inner extends BeanDefinitionVisitor {
- protected def visitMap(mapVal: Map[_, _]): Unit = ()
- }
-}