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