mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
7 lines
118 B
Java
7 lines
118 B
Java
|
|
package bar.foo;
|
||
|
|
// This is not a redef.
|
||
|
|
|
||
|
|
class not_a_redef {
|
||
|
|
class baz { class bar { class foo {}} class foo {}}
|
||
|
|
}
|