Sign in
code
/
git
/
f65182a99e545d2f2bc22e6c1c2da192133b16a3
/
.
/
t
/
t4018
/
java-nested-field
blob: d92d3ec6887f86cd89798cff41fce41eefd6067d [
file
]
class
MyExample
{
private
static
class
RIGHT
{
// change an inner class field
String
inner
=
"ChangeMe"
;
}
}