1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00

Backport: Add test for java indentation (bug#61115)

* test/lisp/progmodes/java-ts-mode-resources/indent.erts: Add new test
case.

(cherry picked from commit 229d0772e2)
This commit is contained in:
Theodor Thornhill 2023-02-03 09:09:49 +01:00 committed by Dmitry Gutov
parent 9af03e0e18
commit d2776d8254

View file

@ -42,3 +42,12 @@ if (x) {
return;
}
=-=-=
Name: Field declaration without access modifier (bug#61115)
=-=
public class T {
@Autowired
String a;
}
=-=-=