mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 00:09:57 +08:00
7 lines
131 B
Java
7 lines
131 B
Java
|
package bar.foo;
|
||
|
// Redefining and stuffing the redefined class with something
|
||
|
|
||
|
class redef5 {
|
||
|
class redef5 {void foobar() {}}
|
||
|
}
|