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