mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 05:19:02 +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() {}}
|
||
|
}
|