index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
java
/
method_chaining.java
blob: 3245f46181ceef828813c4bcb2bfbbfa3c09fa7d (
plain
) (
blame
)
1
2
3
4
5
6
public
class
Foo
{
void
foo
()
{
new
StringBuilder
()
.
append
(
"a"
)
}
}