summaryrefslogtreecommitdiff
path: root/test/pending/run/t4283/IllegalAccess.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t4283/IllegalAccess.scala')
-rw-r--r--test/pending/run/t4283/IllegalAccess.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/pending/run/t4283/IllegalAccess.scala b/test/pending/run/t4283/IllegalAccess.scala
new file mode 100644
index 0000000000..e1bce15cf8
--- /dev/null
+++ b/test/pending/run/t4283/IllegalAccess.scala
@@ -0,0 +1,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$
+}