1 2 3 4 5 6
package bar.foo; // This is not a redef. class not_a_redef { class baz { class bar { class foo {}} class foo {}} }