We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87b671 commit 02fe21fCopy full SHA for 02fe21f
src/core/lombok/javac/JavacAST.java
@@ -516,6 +516,7 @@ private Method getBodyMethod(Class<?> c) {
516
517
private JavacNode buildEnhancedForLoop(JCEnhancedForLoop loop) {
518
if (setAndGetAsHandled(loop)) return null;
519
+
520
List<JavacNode> childNodes = new ArrayList<JavacNode>();
521
// The order of the child elements is important and must be kept
522
addIfNotNull(childNodes, buildTree(getVarOrRecordPattern(loop), Kind.STATEMENT));
0 commit comments