summaryrefslogtreecommitdiff
path: root/test/files/jvm/t4283/Test.scala
blob: 9bbfaab928fc15de2fe4c20637aff1a1841e53c7 (plain) (blame)
1
2
3
4
object Test extends App {
  val x = (new test.ScalaBipp).make.get.t // java.lang.IllegalAccessError: tried to access class test.AbstractFoo from class other.IllegalAccess$
}