From f31a20a99ca13e43c423d5babfb549cf39b38835 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 12 Apr 2011 16:18:27 +0000 Subject: Added test to pending. --- test/pending/run/t4283/IllegalAccess.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/pending/run/t4283/IllegalAccess.scala (limited to 'test/pending/run/t4283/IllegalAccess.scala') 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$ +} -- cgit v1.2.3