summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/testdir/input/java_enfoldment.java
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:05:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:05:19 +0000
commita4e9136f68a40b1cb0eb6df5a5f06603224a87f4 (patch)
treeba32e0d0069ad6adfd6b32d05161a03eea5e4c7c /runtime/syntax/testdir/input/java_enfoldment.java
parentReleasing progress-linux version 2:9.1.0496-1~progress7.99u1. (diff)
downloadvim-a4e9136f68a40b1cb0eb6df5a5f06603224a87f4.tar.xz
vim-a4e9136f68a40b1cb0eb6df5a5f06603224a87f4.zip
Merging upstream version 2:9.1.0698.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'runtime/syntax/testdir/input/java_enfoldment.java')
-rw-r--r--runtime/syntax/testdir/input/java_enfoldment.java16
1 files changed, 14 insertions, 2 deletions
diff --git a/runtime/syntax/testdir/input/java_enfoldment.java b/runtime/syntax/testdir/input/java_enfoldment.java
index b534122..a1d8822 100644
--- a/runtime/syntax/testdir/input/java_enfoldment.java
+++ b/runtime/syntax/testdir/input/java_enfoldment.java
@@ -1,5 +1,5 @@
// VIM_TEST_SETUP setlocal foldenable foldcolumn=2 foldmethod=syntax
-// VIM_TEST_SETUP let g:java_mark_braces_in_parens_as_errors = 1
+// VIM_TEST_SETUP let g:java_foldtext_show_first_or_second_line = 1
@SuppressWarnings({
"""
@@ -39,7 +39,7 @@ class FoldingTests {
break;
}
default: ;
- };
+ }
}
{ Object bb = ((Object) new byte[]{}); }
@@ -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.