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