aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-java-interop/t2956/t2956.scala
blob: 33803874b6bcd94c0762d36dcfdc590fe38e7f1f (plain) (blame)
1
2
3
4
5
6
7
import scala.collection.JavaConversions._

class Outer {
  protected class Inner extends BeanDefinitionVisitor {
    protected def visitMap(mapVal: Map[_, _]): Unit = ()
  }
}