repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ab/refs-various-fixes'
[alt-git.git]
/
t
/
t4018
/
java-nested-field
blob
d92d3ec6887f86cd89798cff41fce41eefd6067d
1
class MyExample {
2
private static class RIGHT {
3
// change an inner class field
4
String inner = "ChangeMe";
5
}
6
}