From f708b87e559a6402205c9c9d8b2b62ee324fc148 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Sat, 3 Mar 2012 19:18:11 -0800 Subject: Overcame trait/protected/java limitation. I think this fixes SI-2296, the inability to access java protected members from a trait which extends a java class. Counterexamples appreciated. Closes SI-2296. Review by @dragos. --- test/files/run/t2296b.check | 2 ++ 1 file changed, 2 insertions(+) create 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 new file mode 100644 index 0000000000..f75aec9d81 --- /dev/null +++ b/test/files/run/t2296b.check @@ -0,0 +1,2 @@ +J.foo() +J.foo() -- cgit v1.2.3