mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 13:39:58 +08:00
7 lines
123 B
Java
7 lines
123 B
Java
|
package bar.foo;
|
||
|
// Redefining and stuffing the redefined class with something
|
||
|
|
||
|
class redef6 {
|
||
|
class redef6 {int foo;}
|
||
|
}
|