index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
transform
/
resource
/
after-delombok
/
ValNullInit.java
blob: 9181808359887d2964545ecf0dbca7ef0583d497 (
plain
)
1
2
3
4
5
class
ValNullInit
{
void
method
()
{
final
java
.
lang
.
Object
x
=
null
;
}
}