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:
parent
9af03e0e18
commit
d2776d8254
1 changed files with 9 additions and 0 deletions
|
|
@ -42,3 +42,12 @@ if (x) {
|
|||
return;
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Name: Field declaration without access modifier (bug#61115)
|
||||
|
||||
=-=
|
||||
public class T {
|
||||
@Autowired
|
||||
String a;
|
||||
}
|
||||
=-=-=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue