mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fixed incorrect Java indentation for method chaining
This commit is contained in:
parent
2472e47e15
commit
e1f8a8a6f8
3 changed files with 9 additions and 1 deletions
6
tests/indent/java/method_chaining.java
Normal file
6
tests/indent/java/method_chaining.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
public class Foo {
|
||||
void foo() {
|
||||
new StringBuilder()
|
||||
.append("a")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue