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/AbstractFoo.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/pending/run/t4283/AbstractFoo.java (limited to 'test/pending/run/t4283/AbstractFoo.java') diff --git a/test/pending/run/t4283/AbstractFoo.java b/test/pending/run/t4283/AbstractFoo.java new file mode 100644 index 0000000000..6d4e8f4e22 --- /dev/null +++ b/test/pending/run/t4283/AbstractFoo.java @@ -0,0 +1,5 @@ +package test; + +/* package private */ class AbstractFoo { + public int t; +} \ No newline at end of file -- cgit v1.2.3