Skip to content
Snippets Groups Projects
Commit 156fc278 authored by tromey's avatar tromey
Browse files

* libjava.lang/PR162.java: Mention `PR162', not `Test', as class

	name.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32408 138bc75d-0d04-0410-961f-82ee72b054a4
parent 9b192ed8
No related merge requests found
2000-03-07 Tom Tromey <tromey@cygnus.com>
* libjava.lang/PR162.java: Mention `PR162', not `Test', as class
name.
2000-03-07 Bryce McKinlay <bryce@albatross.co.nz> 2000-03-07 Bryce McKinlay <bryce@albatross.co.nz>
Test for PR gcj/163: Test for PR gcj/163:
......
interface I interface I
{ {
int i = 1, ii = Test.out ("ii", 2); int i = 1, ii = PR162.out ("ii", 2);
} }
interface J extends I interface J extends I
{ {
int j = Test.out ("j", 3), jj = Test.out ("jj", 4); int j = PR162.out ("j", 3), jj = PR162.out ("jj", 4);
} }
interface K extends J interface K extends J
{ {
int k = Test.out ("k", 5); int k = PR162.out ("k", 5);
} }
public class PR162 public class PR162
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment