redef5.java   [plain text]


package bar.foo;
// Redefining and stuffing the redefined class with something

class redef5 {
  class redef5 {void foobar() {}}
}