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
/
before
/
ValNullInit.java
blob: 649bc0cd7feadcc0fc96880b969a7dc1235a380a (
plain
)
1
2
3
4
5
6
7
import
lombok.val
;
class
ValNullInit
{
void
method
()
{
val
x
=
null
;
}
}