mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:31:09 +08:00
* libjava.compile/pr8712.java: New file, for PR java/8712.
From-SVN: r60856
This commit is contained in:
parent
5e694fba05
commit
1778c8ff34
@ -1,3 +1,7 @@
|
||||
2003-01-03 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* libjava.compile/pr8712.java: New file, for PR java/8712.
|
||||
|
||||
2003-01-01 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* libjava.compile/pr8955.java: New test, for PR java/8955.
|
||||
|
7
libjava/testsuite/libjava.compile/pr8712.java
Normal file
7
libjava/testsuite/libjava.compile/pr8712.java
Normal file
@ -0,0 +1,7 @@
|
||||
public class pr8712
|
||||
{
|
||||
boolean x(pr8712 a)
|
||||
{
|
||||
return (!(a instanceof pr8712));
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user