repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/i386/i386.md (*sinxf2): Rename to *sinxf2_i387.
[official-gcc.git]
/
libjava
/
testsuite
/
libjava.compile
/
redef3.java
blob
df638f1e34aecff77b8db554ff7ca8e118758000
1
package
bar
.
foo
;
2
// A case of innerclass redefinition
3
4
class
redef3
{
5
class
foo
{
class
bar
{}
class
bar
{}}
6
}