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
/
ValFinal.java
blob: 3c5af366f693189fe9362d586ba6cdb0ea455b5b (
plain
)
1
2
3
4
5
6
import
lombok.val
;
public
class
ValFinal
{
public
void
test
()
{
final
val
x
=
10
;
}
}