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