1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-11 01:35:46 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/indent/java/method_chaining.java

7 lines
83 B
Java

public class Foo {
void foo() {
new StringBuilder()
.append("a")
}
}