View | Details | Raw Unified | Return to bug 245007 | Differences between
and this patch

Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java (-2 lines)
Lines 348-355 Link Here
348
							}
348
							}
349
						}
349
						}
350
					}
350
					}
351
				} else {
352
					return null;
353
				}
351
				}
354
				if (this.anonymousType != null) {
352
				if (this.anonymousType != null) {
355
					// insert anonymous type in scope (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=210070)
353
					// insert anonymous type in scope (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=210070)

Return to bug 245007