Duplicate :
|
|
Relates :
|
|
Relates :
|
Files like this should not compile, but they do: // this is JCK 1.1 test innr017b class HiddenFieldBug { class Inner { Object x = this$HiddenFieldBug; // A similar problem exists with other synthesized names, // such as val$foo, access$2(), HiddenFieldBug$1$Local. } }
|