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
/
eclipse
/
resource
/
rename
/
withGetterDifferentFile
/
before
/
B.java
blob: 24a74d6f5c5682267bd20c22832edde26ae4bd93 (
plain
)
1
2
3
4
5
6
7
package
pkg
;
public
class
B
{
public
String
test
()
{
return
new
A
().
getString
();
}
}