From e498fac7fdbda3187a2a4fffcdf7fa4f9ddb7ac8 Mon Sep 17 00:00:00 2001 From: amin Date: Tue, 11 Sep 2012 15:09:03 +0200 Subject: Fix for SI-6245 with workaround for SI-2296. protected/super accessor issue: Don't subvert the creation of the standard protected accessor with the java interop accessor. For SI-2296, the compiler emits an error instead of causing an illegal access error at runtime. --- test/files/run/t2296b.check | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test/files/run/t2296b.check (limited to 'test/files/run/t2296b.check') diff --git a/test/files/run/t2296b.check b/test/files/run/t2296b.check deleted file mode 100644 index f75aec9d81..0000000000 --- a/test/files/run/t2296b.check +++ /dev/null @@ -1,2 +0,0 @@ -J.foo() -J.foo() -- cgit v1.2.3