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
/
pretty
/
resource
/
after
/
Java11Var.javva
blob: cec4be6dd24ed7a47a7eed7d09f91d4387bfb3c6 (
plain
)
1
2
3
4
5
6
public class Java11Var { public void test() { var b = 10; int c = 11; } }