aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/java/issue_2583.java
blob: 5d8feed054abd4a15dcb7d17def8eb71e95b394b (plain) (blame)
1
2
3
4
5
6
// https://github.com/nvim-treesitter/nvim-treesitter/issues/2583
public class Testo {
  void foo() {
    new StringBuilder().append("a",
  }
}