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:
committed by
Dmitry Gutov
parent
9af03e0e18
commit
d2776d8254
@@ -42,3 +42,12 @@ if (x) {
|
||||
return;
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Name: Field declaration without access modifier (bug#61115)
|
||||
|
||||
=-=
|
||||
public class T {
|
||||
@Autowired
|
||||
String a;
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Reference in New Issue
Block a user