View | Details | Raw Unified | Return to bug 107004
Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java (+1 lines)
Lines 1298-1303 Link Here
1298
				TypeParameter parameter = typeParameters[i];
1298
				TypeParameter parameter = typeParameters[i];
1299
				parameter.binding = null;
1299
				parameter.binding = null;
1300
			}
1300
			}
1301
		method.parameters = NoParameters;
1301
		return null;
1302
		return null;
1302
	}
1303
	}
1303
	if (foundReturnTypeProblem)
1304
	if (foundReturnTypeProblem)

Return to bug 107004