summaryrefslogtreecommitdiff
path: root/test/pending/run/t4283/AbstractFoo.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/run/t4283/AbstractFoo.java')
-rw-r--r--test/pending/run/t4283/AbstractFoo.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pending/run/t4283/AbstractFoo.java b/test/pending/run/t4283/AbstractFoo.java
index 6d4e8f4e22..0403271b74 100644
--- a/test/pending/run/t4283/AbstractFoo.java
+++ b/test/pending/run/t4283/AbstractFoo.java
@@ -1,5 +1,6 @@
package test;
/* package private */ class AbstractFoo {
- public int t;
+ public int t = 1;
+ public int f() { return 2; }
} \ No newline at end of file