aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/PR16701.java
AgeCommit message (Collapse)AuthorFilesLines
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-10/+0
From-SVN: r120621
2004-08-02re PR java/16701 (Error when constant initializer depends on another ↵Bryce McKinlay1-0/+10
constant with restricted access) 2004-08-02 Bryce McKinlay <mckinlay@redhat.com> PR java/16701 * parse.y (fold_constant_for_init): Call resolve_field_access with correct current_class context. 2004-08-02 Bryce McKinlay <mckinlay@redhat.com> * testsuite/libjava.compile/PR16701.java: New test. From-SVN: r85453