summaryrefslogblamecommitdiff
path: root/test/pending/run/t4283/IllegalAccess.scala
blob: e1bce15cf89488e280d577a99a128b093355b8bf (plain) (tree)
1
2
3
4
5




                                                                                                                                                   
package other

object IllegalAccess {
    val x = (new test.ScalaBipp).make.get.t // java.lang.IllegalAccessError: tried to access class test.AbstractFoo from class other.IllegalAccess$
}