forked from aniani/vim
runtime(java): Remove the group exclusion list from @javaTop
Instances of anonymous classes can be passed as method arguments and should be subject to line folding as well. closes: #15048 Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
c98bfb9f59
commit
94c5d8a5e2
@@ -51,6 +51,18 @@ out: {
|
||||
} while (false);
|
||||
}
|
||||
}
|
||||
/*\\\*/ {
|
||||
(new java.util.function.Function<Object, Object>() {
|
||||
/**
|
||||
* {@inheritDoc} */
|
||||
public Object apply(Object o) { return o; };
|
||||
}).apply(
|
||||
(new java.util.function.Function<Object, Object>() {
|
||||
/** {@inheritDoc}
|
||||
*/
|
||||
public Object apply(Object o) { return o; };
|
||||
}));
|
||||
}
|
||||
|
||||
/**
|
||||
* No operation.
|
||||
|
Reference in New Issue
Block a user